Class MinuteRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public class MinuteRandomizer implements Randomizer<T>
A Randomizer that generates a random minute value between MIN_MINUTE and MAX_MINUTE.
Mahmoud Ben Hassine ([email protected])
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
MIN_MINUTE
public final static int
MAX_MINUTE
-
Constructor Summary
Constructors Constructor Description MinuteRandomizer()
MinuteRandomizer(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
-
-
-
-