public class ShortRandomizer extends AbstractRandomizer<java.lang.Short>
Short.random| Constructor and Description |
|---|
ShortRandomizer()
Create a new
ShortRandomizer. |
ShortRandomizer(long seed)
Create a new
ShortRandomizer. |
| Modifier and Type | Method and Description |
|---|---|
static ShortRandomizer |
aNewShortRandomizer()
Create a new
ShortRandomizer. |
static ShortRandomizer |
aNewShortRandomizer(long seed)
Create a new
ShortRandomizer. |
java.lang.Short |
getRandomValue()
Generate a random value for the given type.
|
getPredefinedValuesOf, nextDouble, toStringpublic ShortRandomizer()
ShortRandomizer.public ShortRandomizer(long seed)
ShortRandomizer.seed - initial seedpublic static ShortRandomizer aNewShortRandomizer()
ShortRandomizer.ShortRandomizer.public static ShortRandomizer aNewShortRandomizer(long seed)
ShortRandomizer.seed - initial seedShortRandomizer.public java.lang.Short getRandomValue()
RandomizerCopyright © 2019. All Rights Reserved.