![]() |
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::cRandomBase, including all inherited members.
| cRandomBase() noexcept | Gray::cRandomBase | inline |
| cRandomTests class | Gray::cRandomBase | friend |
| 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 | |
| GetRandUX(UINT nScale) | Gray::cRandomBase | virtual |
| InitSeed(const void *pData, size_t iSize)=0 | Gray::cRandomBase | pure virtual |
| InitSeed(IRandomNoise *pSrc, size_t iSize) | Gray::cRandomBase | |
| InitSeedDefault(size_t iSize=sizeof(int)) | Gray::cRandomBase | |
| InitSeedUns(UINT iSeed) | Gray::cRandomBase | |
| SEED_t typedef | Gray::cRandomBase | |
| ~cRandomBase() | Gray::cRandomBase | inlinevirtual |