Change random num last_xx to allow range
Status: Alpha
Brought to you by:
jsedwards
Change the RANDOM_NUMBER_GENERATOR class so that the
`last_integer' and `last_unsigned' features are passed
a lower and upper limit, and return a value in that
range. (Instead of passing them an upper limit and
getting back a value between 1 and the upper limit).