Class Well44497b

    • Constructor Detail

      • Well44497b

        public Well44497b​(int[] seed)
        Creates a new random number generator.
        Parameters:
        seed - Initial seed.
    • Method Detail

      • next

        public int next()
        Return the next random value.
        Specified by:
        next in interface RandomIntSource
        Overrides:
        next in class Well44497a
        Returns:
        the next random value.