Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit b8adfe0e57.
PrevUpHomeNext

Type definition lagged_fibonacci3217

lagged_fibonacci3217

Synopsis

// In header: <boost/random/lagged_fibonacci.hpp>


typedef lagged_fibonacci_01_engine< double, 48, 3217, 576 > lagged_fibonacci3217;

Description

The specializations lagged_fibonacci607 ... lagged_fibonacci44497 use well tested lags.

See

"On the Periods of Generalized Fibonacci Recurrences", Richard P. Brent Computer Sciences Laboratory Australian National University, December 1992

The lags used here can be found in

"Uniform random number generators for supercomputers", Richard Brent, Proc. of Fifth Australian Supercomputer Conference, Melbourne, Dec. 1992, pp. 704-706.


PrevUpHomeNext