Definition at line 82 of file SgRandom.h.
Public Member Functions | |
| GlobalData () | |
Public Attributes | |
| boost::mt19937::result_type | m_seed |
| The random seed. | |
| std::list< SgRandom * > | m_allGenerators |
| SgRandom::GlobalData::GlobalData | ( | ) |
| std::list<SgRandom*> SgRandom::GlobalData::m_allGenerators |
Definition at line 89 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 87 of file SgRandom.h.
Referenced by GlobalData(), SgRandom::Seed(), and SgRandom::SetSeed().