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

PrevUpHomeNext

Struct rng_state_st

boost::random::mixmax_engine::rng_state_st

Synopsis

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



struct rng_state_st {

  // public data members
  boost::array< boost::uint64_t, Ndim > V;
  boost::uint64_t sumtot;
  int counter;
};

PrevUpHomeNext