Name Type Description
Range Class Range represents a range of numbers of the same type.
RandomUtils Class RandomUtils is a wrapper that supports all possible Random methods via the random() method and its system-wide Random object.
NumberUtils Class Provides extra functionality for Java Number classes.
NumberRange Class NumberRange represents an inclusive range of Number objects of the same type.
LongRange Class LongRange represents an inclusive range of longs.
JVMRandom Class JVMRandom is a wrapper that supports all possible Random methods via the random() method and its system-wide Random object.
IntRange Class IntRange represents an inclusive range of ints.
Fraction Class Fraction is a Number implementation that stores fractions accurately.
FloatRange Class FloatRange represents an inclusive range of floats.
DoubleRange Class DoubleRange represents an inclusive range of doubles.