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