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