public final class RandomUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.random.Well19937c |
getThreadLocalRandom() |
static org.apache.commons.math3.random.RandomDataGenerator |
getThreadLocalRandomData() |
static long |
reseedThreadLocal() |
static long |
reseedThreadLocal(long seed) |
static void |
setGlobalInitialSeed(long seed) |
public static void setGlobalInitialSeed(long seed)
public static long reseedThreadLocal()
public static long reseedThreadLocal(long seed)
public static org.apache.commons.math3.random.Well19937c getThreadLocalRandom()
public static org.apache.commons.math3.random.RandomDataGenerator getThreadLocalRandomData()
Copyright © 2018. All rights reserved.