BLOCXX_NAMESPACE::RandomNumber Class Reference

#include <RandomNumber.hpp>

List of all members.

Public Member Functions

 RandomNumber (Int32 lowVal=0, Int32 highVal=RAND_MAX)
Int32 getNextNumber ()

Static Public Member Functions

static void initRandomness ()
static void saveRandomState ()

Private Attributes

Int32 m_lowVal
Int32 m_highVal

Detailed Description

Definition at line 48 of file RandomNumber.hpp.


Constructor & Destructor Documentation

BLOCXX_NAMESPACE::RandomNumber::RandomNumber ( Int32  lowVal = 0,
Int32  highVal = RAND_MAX 
)

Definition at line 51 of file RandomNumber.cpp.


Member Function Documentation

Int32 BLOCXX_NAMESPACE::RandomNumber::getNextNumber (  ) 

Definition at line 110 of file RandomNumber.cpp.

void BLOCXX_NAMESPACE::RandomNumber::initRandomness (  )  [static]

Definition at line 64 of file RandomNumber.cpp.

void BLOCXX_NAMESPACE::RandomNumber::saveRandomState (  )  [static]

Definition at line 99 of file RandomNumber.cpp.


Member Data Documentation

Definition at line 63 of file RandomNumber.hpp.

Definition at line 62 of file RandomNumber.hpp.


The documentation for this class was generated from the following files:
Generated on Mon Jul 5 19:59:47 2010 for blocxx by  doxygen 1.6.3