umontreal.iro.lecuyer.rng.MRG32k3a
Extends the abstract class {@link RandomStreamBase} by using as abackbone (or main) generator the combined multiple recursive generator (CMRG) MRG32k3a proposed by L'Ecuyer, implemented in 64-bit floating-point arithmetic. This backbone generator has a period length of ρ = 2191. The values of V, W, and Z are 251, 276, and 2127, respectively. (See {@link RandomStream} for their definition.)The seed of the RNG, and the state of a stream at any given step, are six-dimensional vectors of 32-bit integers, stored in double. The default initial seed of the RNG is (12345, 12345, 12345, 12345, 12345, 12345).