- All Implemented Interfaces:
- Serializable
public class Range
extends Object
implements Serializable
Represents a random choice from within a range of values defined by the
extremes "upper" and "lower". Returns the next random choice as
an int, double, or long. The random number generator is passed as a
parameter to allow for consistent results based on the seed of the
supplied generator.
- See Also:
- Serialized Form