Generator 6 : fishman2x | Random number generator tested: |
fishman2x |
Minimum value: | 0 | Maximum value: | 2147483646 | Family: | Combined Linear Congruential generator |
Random number generator algorithms: | |
This is the L'Ecuyer - Fishman random number generator. Its sequence is,
zn+1 = (xn - yn) mod m
with m = 231 - 1. xn and yn are given by the fishman20 with a = 40692 and lecuyer21 algorithms.
The seed specifies the initial value, x1. Donald E. Knuth, " The Art of Computer Programming," Volume2 Third Edition, Addison-Wesley, 108.> |