Class MPSMatrixRandomDistribution
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSMatrixRandomDistribution
-
public final class MPSMatrixRandomDistribution extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultGenerate random bits according to the distribution of the underlying generator.static longNormalGenerate normally distributed random floating point values.static longUniformGenerate uniformly distributed random floating point values in the interval [0, 1).
-
-
-
Field Detail
-
Default
public static final long Default
Generate random bits according to the distribution of the underlying generator.- See Also:
- Constant Field Values
-
Uniform
public static final long Uniform
Generate uniformly distributed random floating point values in the interval [0, 1).- See Also:
- Constant Field Values
-
Normal
public static final long Normal
Generate normally distributed random floating point values.- See Also:
- Constant Field Values
-
-