#include <p6random.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | genRandomBytes (P6UCHAR *pBuffer, P6UINT32 cBuffer)=0 |
virtual P6R::P6ERR | getQuality (P6ENTROPYFLAGS *pQuality)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
virtual P6R::P6ERR | reSeed ()=0 |
Provides a cryptographically strong random number generator.
Alsway use the p6IEntropyService interface instead of this one if possible.
Definition at line 70 of file p6random.h.