public final class MPSMatrixRandomDistribution
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Default
Generate random bits according to the distribution of the underlying generator.
|
static long |
Normal
Generate normally distributed random floating point values.
|
static long |
Uniform
Generate uniformly distributed random floating point values in the interval [0, 1).
|
public static final long Default
public static final long Uniform
public static final long Normal