Random Number Generator
by Chris Heit

Here is a simple random number generator
Simply put in the lower bound, upperbound, and the multiples.
For example:
Lower Bound:-6
Upper Bound:37
Divisible By:3
You would get -6, -3, 0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, or 36.
