Description
Generates a random integer between a min and a max (inclusive) Generates a random float between a min and a max Generates a random vector between a min and a max
Information
| Plugin | RigVM |
| Category | Math|Random |
| Tags | Random,Random (Int),Random (Float),Random (Vector) |
Inputs
| 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 int32 |
0 |
| Maximum | The maximum value for the random number range (inclusive) | float int32 |
1 |
| 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 |