![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cRandom.h>
Public Member Functions | |
virtual HRESULT | GetNoise (void *pData, size_t iSize)=0 |
fill array with random bytes. return # bytes filled. More... | |
Basic interface for getting noise (random data) from some entropy source.
|
pure virtual |
fill array with random bytes. return # bytes filled.
Implemented in GrayLib::cRandomDSA, GraySSL::cRandomTestHash, GraySSL::cRandomTest, Gray::cRandomBlock, Gray::cRandomOS, Gray::cRandomPerf, and Gray::cRandomBase.