Collection of methods for generating random numbers.
More...
Collection of methods for generating random numbers.
◆ GetRandomAngle()
static float RandomUtils.GetRandomAngle |
( |
| ) |
|
|
static |
- Returns
- A random number between 0 and 359.99.
◆ RandomRange()
static float RandomUtils.RandomRange |
( |
Range |
range | ) |
|
|
static |
Generate a random number between a minimum and maximum.
- Parameters
-
range | The min and max values for the random selection. |
- Returns
- The random number.
The documentation for this class was generated from the following file: