![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cRandomDef, including all inherited members.
| cRandomBase() noexcept | Gray::cRandomBase | inline |
| cRandomDef(SEED_t nSeed=1) | Gray::cRandomDef | |
| get_RandUns() | Gray::cRandomBase | virtual |
| GetNoise(void *pData, size_t iSize) override | Gray::cRandomBase | virtual |
| GetRandBool() | Gray::cRandomBase | inline |
| GetRandIRange(int iRangeLo, int iRangeHi) | Gray::cRandomBase | |
| GetRandNext() | Gray::cRandomDef | |
| GetRandUX(UINT nScale) override | Gray::cRandomDef | virtual |
| InitSeed(const void *pData, size_t iSize) override | Gray::cRandomDef | virtual |
| Gray::cRandomBase::InitSeed(IRandomNoise *pSrc, size_t iSize) | Gray::cRandomBase | |
| InitSeedDefault(size_t iSize=sizeof(int)) | Gray::cRandomBase | |
| InitSeedUns(UINT iSeed) | Gray::cRandomBase | |
| k_RAND_MAX | Gray::cRandomDef | static |
| SEED_t typedef | Gray::cRandomBase | |
| ~cRandomBase() | Gray::cRandomBase | inlinevirtual |
| ~cRandomDef() | Gray::cRandomDef | virtual |