Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global linear_congruential_engine< IntType, a, c, m >::modulus

boost::random::linear_congruential_engine< IntType, a, c, m >::modulus

Synopsis

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

const IntType linear_congruential_engine< IntType, a, c, m >::modulus;

PrevUpHomeNext