Returns a random number within a specified range.
min_value | The inclusive lower bound of the random number returned |
max_value | The exclusive upper bound of the random number returned. max_value must be greater than or equal to min_value. |
argument_out_of_range_exception | min_value is greater than max_value. |