Class DayRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public class DayRandomizer implements Randomizer<T>
A Randomizer that generates a random day value between MIN_DAY and MAX_DAY.
Mahmoud Ben Hassine ([email protected])
-
-
Constructor Summary
Constructors Constructor Description DayRandomizer()
DayRandomizer(long seed)
-
Method Summary
Modifier and Type Method Description Integer
getRandomValue()
Generate a random value for the given type. -
-
Method Detail
-
getRandomValue
Integer getRandomValue()
Generate a random value for the given type.
- Returns:
a random value for the given type
-
-
-
-