Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgRandom::GlobalData Struct Reference

List of all members.

Detailed Description

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


Constructor & Destructor Documentation

SgRandom::GlobalData::GlobalData (  ) 

Definition at line 18 of file SgRandom.cpp.

References m_seed.


Member Data Documentation

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().


The documentation for this struct was generated from the following files:


17 Jun 2010 Doxygen 1.4.7