Random Number Generator
A quick expression to generate numbers such as the gain value of a grade.
Either of these values will generate a value from 0 to 1.
random() or random(frame)
if you want to have the values from 0 to 2
2*random()
For generating from 1 to 2
1+random()
Comments
it jumps outside those values. Know why ?
RSS feed for comments to this post