Documentation of 'org.apache.commons.math3.random.Well44497b' Java class
Well44497b
org.apache.commons.math3.random

Class Well44497b

    • Constructor Detail

      • Well44497b

        public Well44497b()
        Creates a new random number generator.

        The instance is initialized using the current time as the seed.

      • Well44497b

        public Well44497b(int seed)
        Creates a new random number generator using a single int seed.
        Parameters:
        seed - the initial seed (32 bits integer)
      • Well44497b

        public Well44497b(int[] seed)
        Creates a new random number generator using an int array seed.
        Parameters:
        seed - the initial seed (32 bits integers array), if null the seed of the generator will be related to the current time
      • Well44497b

        public Well44497b(long seed)
        Creates a new random number generator using a single long seed.
        Parameters:
        seed - the initial seed (64 bits integer)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.