Random number generator tested:

lecuyer21
Minimum value: 0
Maximum value: 2147483399
Family: Linear Congruential
generator
Random number generator algorithms:
This is the L'Ecuyer random number generator.
Its sequence is, xn+1 = (axn + c) mod m with a = 40692, c = 0, m = 2147483399. The seed specifies the initial value, x1.

Donald E. Knuth, " The Art of Computer Programming," Volume2 Third Edition, Addison-Wesley, 108.