CSystemRandom Class Reference
class CSystemRandom : public CRandom
|
This default pseudo-random number generator uses system state to generate entropy for the generation of random numbers.
Constructor & Destructor Documentation
CSystemRandom(void)
CSystemRandom
|
(
|
void
|
|
)
|
[private]
|
CSystemRandom(const CSystemRandom &)
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
GenerateBytesL(TDes8 &)
void
|
GenerateBytesL
|
(
|
TDes8
&
|
aDest
|
)
|
[virtual]
|
Implements the contract as specified in the base class,
CRandom
, filling the buffer supplied with random data up to its current length, discarding its current content. It will leave under no memory condition.
Parameters
TDes8
& aDest
|
The buffer to be filled with random data
|
NewL(void)
Constructs a new pseudo-random number generator.
NewLC(void)
Constructs a new pseudo-random number generator, and places it on the cleanup stack.
operator=(const CSystemRandom &)
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.