Returns a random integer between 0 and max-1 inclusive
Example:
if ( RandomInt( 100 ) > 50 ) ...
* = mandatory