Random
This function returns a random number.
Syntax
- static float Random(float min=0, float max=1)
Parameters
- min: the lower limit of the random range.
- max: the upper limit of the random range.
Returns
Returns a random number between the specified minimum and maximum.