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