![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cRandomCombo.h>
Public Attributes | |
| IRandomNoise * | m_pRandom |
| The entropy source callback. More... | |
| size_t | m_nSizeBlock |
| Minimum level required before release for m_pRandom. More... | |
| size_t | m_nSizeCur |
| Current Amount received. More... | |
a single entropy source and state
| size_t GrayLib::cRandomComboSource::m_nSizeBlock |
Minimum level required before release for m_pRandom.
| size_t GrayLib::cRandomComboSource::m_nSizeCur |
Current Amount received.
| IRandomNoise* GrayLib::cRandomComboSource::m_pRandom |
The entropy source callback.