Random::RandomFloat
Defined in:
Returns a random floating-point number.
C4Computation.h
Prototype
float RandomFloat(float f);
Parameters
f |
The supremum of the range of possible values returned. |
Description
The RandomFloat
function returns a random floating-point number in the range [0.0, f
).
See Also