GENERATE RANDOM FLOAT IN RANGE

From GTAMods Wiki
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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GENERATE_RANDOM_FLOAT_IN_RANGE
Number of parameters: 3
Parameter #TypeDescription
1.floatMinimum float.
2.floatMaximum float.
3.handleVariable to store the random float in.
Return value:
TypeDescription
floatRandom float between the given numbers/floats.

This function returns a random float between the given numbers/floats.