Description
Generates a random float between a min and a max
Generates a random vector between a min and a max
Plugin
RigVM
Category
Math|Random
Tags
Random,Random (Float),Random (Vector)
Name
Description
Permitted Types
Default Value
Seed
The seed for the random number generator
int32
217
Minimum
The minimum value for the random number range
float
0.000000
Maximum
The maximum value for the random number range
float
1.000000
Duration
The duration at which the number won't change. Use 0 for a different number every time. A negative number (for ex: -1) results in an infinite duration.
float
0.000000
Outputs
Name
Description
Permitted Types
Default Value
Result
The resulting random number
float Vector