Pick a Number
Randomly select numbers in a given range.
If you generate more than one number, you may get repeats.
The statistical term is "selection with replacement."
Limitations:
- the minimum value must be at least -1 million
- the maximum value can't be more than 1 million
- the total number of values to choose from can't be more
than 1 million