#include <RandomNumber.hpp>
Definition at line 48 of file RandomNumber.hpp.
◆ RandomNumber()
BLOCXX_NAMESPACE::RandomNumber::RandomNumber |
( |
Int32 | lowVal = 0, |
|
|
Int32 | highVal = RAND_MAX ) |
◆ getNextNumber()
Int32 BLOCXX_NAMESPACE::RandomNumber::getNextNumber |
( |
| ) |
|
◆ initRandomness()
void BLOCXX_NAMESPACE::RandomNumber::initRandomness |
( |
| ) |
|
|
static |
◆ saveRandomState()
void BLOCXX_NAMESPACE::RandomNumber::saveRandomState |
( |
| ) |
|
|
static |
◆ m_highVal
Int32 BLOCXX_NAMESPACE::RandomNumber::m_highVal |
|
private |
◆ m_lowVal
Int32 BLOCXX_NAMESPACE::RandomNumber::m_lowVal |
|
private |
The documentation for this class was generated from the following files: