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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type definition ranlux3

ranlux3

Synopsis

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


typedef discard_block_engine< ranlux_base, 223, 24 > ranlux3;

Description

The ranlux family of generators are described in

"A portable high-quality random number generator for lattice field theory calculations", M. Luescher, Computer Physics Communications, 79 (1994) pp 100-110.

The levels are given in

"RANLUX: A Fortran implementation ofthe high-quality pseudorandom number generator of Luescher", F. James, Computer Physics Communications 79 (1994) 111-114


PrevUpHomeNext