RandomFloat( <max> )


Module: Math

Summary:

Returns a random floating point number r, where 0 <= r < max



Example:

if ( RandomFloat( 100 ) > 50 ) ...



Required Args:

  • 1 : <max> The maximum floating point size