Node:MEICG, Next:DICG, Previous:MT19937, Up:Definitions
y_n = n * inv(a*(n_0 + n) + b) (mod p) n >= 0
prng_new):
"meicg(p,a,b,n_0)".
prng_is_congruential is TRUE.
prng_can_seed is TRUE.
The parameter of prng_seed will be used as
"n" in the next call to get_next.
prng_can_fast_sub and prng_can_fast_con are FALSE.
Experimental generator: USE AT OWN RISK
Eichenauer-Hermann, J. "Modified explicit inverive congruential pseudorandom numbers with power of 2 modulus" Statistics and Computing 6:31-36 (1996)