math.random.uniform

Syntax

f = math.random.uniform

Get a uniform random number. This number will fall in the range [0.0,1.0].

Returns:f - uniform random number