Returns a random value within the specified closed range [start, end].
The random number generator to use
The lower bound (inclusive)
The upper bound (inclusive)
A random value within the bounds of the range
Returns a random value within the specified closed range [start, end].