DDraceNetwork Docs
|
#include <prng.h>
Public Member Functions | |
CPrng () | |
const char * | Description () const |
void | Seed (uint64_t aSeed[2]) |
unsigned int | RandomBits () |
Private Attributes | |
char | m_aDescription [64] |
bool | m_Seeded |
uint64_t | m_State |
uint64_t | m_Increment |
CPrng::CPrng | ( | ) |
const char * CPrng::Description | ( | ) | const |
unsigned int CPrng::RandomBits | ( | ) |
void CPrng::Seed | ( | uint64_t | aSeed[2] | ) |
|
private |
|
private |
|
private |
|
private |