Location:
random.h
Link against: random.lib
class CRandom : public CBase;
CBase
- Base class for all classes to be instantiated on the heap
CRandom
- (No abstract)
Defined in CRandom
:
CRandom()
, GenerateBytesL()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
virtual void GenerateBytesL(TDes8 &aDest)=0;
Implementations of this method should fill the passed buffer with securely generated random data up to the current length, discarding any current contents.
|