Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



Location: random.h
Link against: random.lib

Class TRandom

class TRandom;

Description

The user interface to the system cryptographically secure random number generator.

Members

Defined in TRandom:
Random()


Member functions


Random()

static IMPORT_C void Random(TDes8 &aDestination);

Description

Fills the provided buffer with secure random data up to its current length, discarding any current content.

Parameters

TDes8 &aDestination

The buffer in which to write the random data.