Random number generator tested:

zuf
Minimum value: 0
Maximum value: 16777215
Family: Lagged Fibonacci
generator
Random number generator algorithms:
This is the ZUFALL lagged Fibonacci series generator of Peterson. Its sequence is,
t = un-273 + un-607
un = t - floor(t)
The original source code is available from NETLIB.

For more information see, W. Petersen, "Lagged Fibonacci Random Number Generators for the NEC SX-3", International Journal of High Speed Computing (1994).