Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition taus88

taus88

Synopsis

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


typedef xor_combine_engine< xor_combine_engine< linear_feedback_shift_engine< uint32_t, linear_feedback_shift_engine< uint32_t, linear_feedback_shift_engine< uint32_t,  ;

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