Class Well19937c

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int K
      Number of bits in the pool.
      private static int M1
      First parameter of the algorithm.
      private static int M2
      Second parameter of the algorithm.
      private static int M3
      Third parameter of the algorithm.
      private static long serialVersionUID
      Serializable version identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      Well19937c()
      Creates a new random number generator.
      Well19937c​(int seed)
      Creates a new random number generator using a single int seed.
      Well19937c​(int[] seed)
      Creates a new random number generator using an int array seed.
      Well19937c​(long seed)
      Creates a new random number generator using a single long seed.