GENERATE RANDOM FLOAT IN RANGE
Revision as of 15:44, 2 May 2010 by FiddleSticks (talk | contribs) (Created page with '{{Native |np = 3 |p1t = float |p1d = Minimum float. |p2t = float |p2d = Maximum float. |p3t = handle |p3d = Variable to store the random float…')
Number of parameters: 3 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | Minimum float. |
2. | float | Maximum float. |
3. | handle | Variable to store the random float in. |
Return value: | ||
Type | Description | |
float | Random float between the given numbers/floats. |
This function returns a random float between the given numbers/floats.