GENERATE RANDOM FLOAT IN RANGE

From GTAMods Wiki
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.