public final class DistributionRandomizer extends Object
Distributions.| Constructor and Description |
|---|
DistributionRandomizer() |
DistributionRandomizer(long lastSeed) |
| Modifier and Type | Method and Description |
|---|---|
void |
_setSeed(long seed) |
static DistributionRandomizer |
getGlobal() |
LongSupplier |
getSeedSupplier() |
static void |
setSeed(Class<?> seed) |
static void |
setSeed(long seed) |
static void |
setSeed(String seed) |
static void |
setSeed(String seed1,
String seed2) |
static long |
toSeed(Class<?> seed) |
static long |
toSeed(String seed1,
String seed2) |
public DistributionRandomizer()
public DistributionRandomizer(long lastSeed)
public static DistributionRandomizer getGlobal()
public static void setSeed(long seed)
public static void setSeed(String seed)
public static void setSeed(Class<?> seed)
public static long toSeed(Class<?> seed)
public void _setSeed(long seed)
public LongSupplier getSeedSupplier()
Copyright © 2019. All rights reserved.