Package org.midheaven.math
Interface AvailableRandomGenerators
- All Known Implementing Classes:
RandomGeneratorProvider
public interface AvailableRandomGenerators
Defines the contract for Available Random Generators.
-
Method Details
-
booleans
BooleansRandomGenerator booleans()Performs booleans.- Returns:
- the result of booleans
-
bytes
BytesRandomGenerator bytes()Performs bytes.- Returns:
- the result of bytes
-
integers
IntegersRandomGenerator integers()Performs integers.- Returns:
- the result of integers
-
longs
LongsRandomGenerator longs()Performs longs.- Returns:
- the result of longs
-
doubles
DoublesRandomGenerator doubles()Performs doubles.- Returns:
- the result of doubles
-
bigIntegers
BigIntegersRandomGenerator bigIntegers()Performs bigIntegers.- Returns:
- the result of bigIntegers
-
bigDecimals
BigDecimalsRandomGenerator bigDecimals()Performs bigDecimals.- Returns:
- the result of bigDecimals
-
localDates
LocalDatesRandomGenerator localDates()Performs localDates.- Returns:
- the result of localDates
-
rationals
RationalRandomGenerator rationals()Performs rationals.- Returns:
- the result of rationals
-