RandomInt( <max> )


Module: Math

Summary:

Returns a random integer between 0 and max-1 inclusive



Example:

if ( RandomInt( 100 ) > 50 ) ...



Required Args:

  • 1 : <max> The maximum integer size