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 kreutzer1986

kreutzer1986

Synopsis

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


typedef shuffle_order_engine< linear_congruential_engine< uint32_t, 1366, 150889, 714025 >, 97 > kreutzer1986;

Description

According to Harry Erwin (private e-mail), the specialization kreutzer1986 was suggested in:

"System Simulation: Programming Styles and Languages (International Computer Science Series)", Wolfgang Kreutzer, Addison-Wesley, December 1986.


PrevUpHomeNext