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 >::default_seed
PrevUpHomeNext

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

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

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 >::default_seed;

PrevUpHomeNext