Random number generator tested:

uni32
Minimum value: 0
Maximum value: 2147483646
Random number generator algorithms:
This is a reimplementation of the 16-bit SLATEC random number generator RUNIF. A generalization of the generator to 32 bits is provided by gsl_rng_uni32. The original source code is available from NETLIB.