Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IRandom Interface Referenceabstract

#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
 

Detailed Description

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.


The documentation for this interface was generated from the following file: