Public Member Functions | |
GlobalData () | |
Public Attributes | |
boost::mt19937::result_type | m_seed |
The random seed. | |
std::list< SgRandom * > | m_allGenerators |
Definition at line 94 of file SgRandom.h.
SgRandom::GlobalData::GlobalData | ( | ) |
Definition at line 15 of file SgRandom.cpp.
References m_seed.
std::list<SgRandom*> SgRandom::GlobalData::m_allGenerators |
Definition at line 100 of file SgRandom.h.
Referenced by SgRandom::SetSeed(), SgRandom::SgRandom(), and SgRandom::~SgRandom().
boost::mt19937::result_type SgRandom::GlobalData::m_seed |
The random seed.
Zero means not to set a random seed.
Definition at line 98 of file SgRandom.h.
Referenced by GlobalData(), SgRandom::Seed(), and SgRandom::SetSeed().