Class MPSMatrixRandomDistribution


  • public final class MPSMatrixRandomDistribution
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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).
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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