Hi!
I have acrazy Idea: I would use ramp for a random choose from values.
For example, I have 3 values: 0.1, 1, 0.56 with different "possibility" of choose.
So I've build a ramp with constant interpolation:
So now I wil get random number, let say, 0.56. As we can see, this number is placed in the middle of ramp and result will be "1" (second from list).
This working perfectly, but I have a question: How to build or edit this ramp not by hand but inside of VOP?
Thank you in advance!