Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Public Attributes

SgRandom::GlobalData Struct Reference

List of all members.

Public Member Functions

 GlobalData ()

Public Attributes

boost::mt19937::result_type m_seed
 The random seed.
std::list< SgRandom * > m_allGenerators

Detailed Description

Definition at line 94 of file SgRandom.h.


Constructor & Destructor Documentation

SgRandom::GlobalData::GlobalData (  ) 

Definition at line 15 of file SgRandom.cpp.

References m_seed.


Member Data Documentation

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


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


Sun Mar 13 2011 Doxygen 1.7.1