Returns a random floating point number r, where 0 <= r < max
Example:
if ( RandomFloat( 100 ) > 50 ) ...
* = mandatory