#include <RandomNumber.hpp>
List of all members.
Detailed Description
Definition at line 48 of file RandomNumber.hpp.
Constructor & Destructor Documentation
| BLOCXX_NAMESPACE::RandomNumber::RandomNumber |
( |
Int32 |
lowVal = 0, |
|
|
Int32 |
highVal = RAND_MAX |
|
) |
| |
Member Function Documentation
| Int32 BLOCXX_NAMESPACE::RandomNumber::getNextNumber |
( |
| ) |
|
| void BLOCXX_NAMESPACE::RandomNumber::initRandomness |
( |
| ) |
|
|
static |
| void BLOCXX_NAMESPACE::RandomNumber::saveRandomState |
( |
| ) |
|
|
static |
Member Data Documentation
| Int32 BLOCXX_NAMESPACE::RandomNumber::m_highVal |
|
private |
| Int32 BLOCXX_NAMESPACE::RandomNumber::m_lowVal |
|
private |
The documentation for this class was generated from the following files: