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 for the latest Boost documentation.
PrevUpHomeNext

Type definition taus88

taus88

Synopsis

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


typedef random::xor_combine< random::xor_combine< random::linear_feedback_shift< uint32_t, 32, 31, 13, 12, 0 >, 0, random::linear_feedback_shift< uint32_t, 32, 29, 2, 4, 0 >, 0, 0 >, 0, random::linear_feedback_shift< uint32_t, 32, 28, 3, 17, 0 >, 0, 0 > taus88;

Description

The specialization taus88 was suggested in

"Maximally Equidistributed Combined Tausworthe Generators", Pierre L'Ecuyer, Mathematics of Computation, Volume 65, Number 213, January 1996, Pages 203-213


PrevUpHomeNext