This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
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 (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 |
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 |