Documentation of 'umontreal.iro.lecuyer.rng.MRG32k3aL' Java class
MRG32k3aL
umontreal.iro.lecuyer.rng

Class MRG32k3aL

    • Constructor Detail

      • MRG32k3aL

        public MRG32k3aL()
      • MRG32k3aL

        public MRG32k3aL(java.lang.String name)
        Parameters:
        name - name of the stream
    • Method Detail

      • setPackageSeed

        public static void setPackageSeed(long[] seed)
        Parameters:
        seed - array of 6 elements representing the seed
      • setSeed

        public void setSeed(long[] seed)
        Parameters:
        seed - array of 6 integers representing the new seed
      • getState

        public long[] getState()
        Returns:
        the current state of the generator
      • toString

        public java.lang.String toString()
        Description copied from interface: RandomStream
        Returns a string containing the current state of this stream.
        Specified by:
        toString in interface RandomStream
        Specified by:
        toString in class RandomStreamBase
        Returns:
        the state of the generator, formated as a string
      • toStringFull

        public java.lang.String toStringFull()
        Returns:
        the detailed state of the generator, formatted as a string

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.