Location:
random.h
Link against: random.lib
class TRandom;
The user interface to the system cryptographically secure random number generator.
Defined in TRandom
:
Random()
, RandomL()
static IMPORT_C void Random(TDes8 &aDestination);
Fills the provided buffer with secure random data up to its current length, discarding any current content.
|
|
static IMPORT_C void RandomL(TDes8 &aDestination);
Fills the provided buffer with secure random data up to its current length, discarding any current content.
|
|