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

Global inversive_congruential_engine< IntType, a, b, p >::modulus
PrevUpHomeNext

Global inversive_congruential_engine< IntType, a, b, p >::modulus

boost::random::inversive_congruential_engine< IntType, a, b, p >::modulus

Synopsis

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

const inversive_congruential_engine< IntType, a, b, p >::result_type inversive_congruential_engine< IntType, a, b, p >::modulus;

PrevUpHomeNext