public static enum RandomUtils.H2ORandomRNG.RNGType extends java.lang.Enum<RandomUtils.H2ORandomRNG.RNGType>
| Enum Constant and Description |
|---|
JavaRNG |
MersenneTwisterRNG |
SecureRNG |
XorShiftRNG |
| Modifier and Type | Method and Description |
|---|---|
RandomUtils.H2ORandomRNG.RNGKind |
kind() |
static RandomUtils.H2ORandomRNG.RNGType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RandomUtils.H2ORandomRNG.RNGType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RandomUtils.H2ORandomRNG.RNGType JavaRNG
public static final RandomUtils.H2ORandomRNG.RNGType MersenneTwisterRNG
public static final RandomUtils.H2ORandomRNG.RNGType XorShiftRNG
public static final RandomUtils.H2ORandomRNG.RNGType SecureRNG
public static RandomUtils.H2ORandomRNG.RNGType[] values()
for (RandomUtils.H2ORandomRNG.RNGType c : RandomUtils.H2ORandomRNG.RNGType.values()) System.out.println(c);
public static RandomUtils.H2ORandomRNG.RNGType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic RandomUtils.H2ORandomRNG.RNGKind kind()