Random number generator tested:

vax
Minimum value: 0
Maximum value: 4294967295
Family: Linear Congruential
generator
Random number generator algorithms:
This is the VAX generator MTH$RANDOM. Its sequence is,
xn+1 = (a xn + c) mod m with a = 69069, c = 1 and m = 232. The seed specifies the initial value, x1. The period of this generator is 232 and it uses 1 word of storage per generator.