Class Well1024a

    • Constructor Detail

      • Well1024a

        public Well1024a()
        Creates a new random number generator.

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

      • Well1024a

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

        public Well1024a​(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
      • Well1024a

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