Function rgsl::types::rng::other::zuf

source ·
pub fn zuf() -> RngType
Expand description

This is the ZUFALL lagged Fibonacci series generator of Peterson. Its sequence is,

t = u_{n-273} + u_{n-607} u_n = 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).