Class Well19937c

    • Constructor Detail

      • Well19937c

        public Well19937c​(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 Well19937a
        Returns:
        the next random value.