RandomFloat
From Onset Developer Wiki
Description
Get a pseudo-random float.
Syntax
RandomFloat([, Min, Max])
Parameters
- Min (optional)
The minimum float. - Max (optional)
The maximum float.
Return Value
- Returns the random float between the range.
Example
__EDIT_ME__