Class MonthDayRangeRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public class MonthDayRangeRandomizer extends AbstractRangeRandomizer<T>
-
-
Constructor Summary
Constructors Constructor Description MonthDayRangeRandomizer(MonthDay min, MonthDay max)
MonthDayRangeRandomizer(MonthDay min, MonthDay max, long seed)
-
Method Summary
Modifier and Type Method Description MonthDay
getRandomValue()
Generate a random value for the given type. -
-
Method Detail
-
getRandomValue
MonthDay getRandomValue()
Generate a random value for the given type.
- Returns:
a random value for the given type
-
-
-
-