|
inline |
Returns a nonnegative random number less than the specified maximum.
max_value | The exclusive upper bound of the random number to be generated. max_value must be greater than or equal to zero. |
argument_out_of_range_exception | max_value is less than zero. |