RandomIntRange( <min>, <max> )


Module: Math

Summary:

Returns a random integer r, where min <= r < max



Example:

rand = RandomIntRange( 3, 5 );



Required Args:

  • 1 : <min> The minimum result
  • 2 : <max> The maximum result + 1