public class DayRandomizer extends Object implements Randomizer<Integer>
| Constructor and Description |
|---|
DayRandomizer() |
DayRandomizer(long seed) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getRandomValue()
Generate a random value for the given type.
|
public static final int MIN_DAY
public static final int MAX_DAY
public DayRandomizer()
public DayRandomizer(long seed)
public Integer getRandomValue()
RandomizergetRandomValue in interface Randomizer<Integer>Copyright © 2016. All Rights Reserved.