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 minstd_rand

minstd_rand

Synopsis

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


typedef random::linear_congruential< int32_t, 48271, 0, 2147483647, 399268537 > minstd_rand;

Description

The specialization minstd_rand was suggested in

"Random Number Generators: Good ones are hard to find", Stephen K. Park and Keith W. Miller, Communications of the ACM, Vol. 31, No. 10, October 1988, pp. 1192-1201


PrevUpHomeNext