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