Random number generator tested:

fishman20
Minimum value: 0
Maximum value: 2147483646
Family: Linear Congruential
generator
Random number generator algorithms:
This is the Fishman random number generator. Its sequence is, xn+1 = (a xn+ c) mod m with a = 48271, c = 0 and m = 231 - 1. The seed specifies the initial value, x1. Donald E. Knuth, " The Art of Computer Programming," Volume2 Third Edition, Addison-Wesley, 108.