Returns a random float between min and max.
float random(float min, float max)
Type: float
The minimum number (inclusive).
Type: float
The maximum number (exclusive).
The randomly selected number.
- Do not use in inline variables, may return the same number.