Symbian3/SDK/Source/GUID-66BBA81D-2488-50B8-8822-43AAAA139DDE.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    36 Number Generation API</title> <p>The diagram below shows the main classes
    36 Number Generation API</title> <p>The diagram below shows the main classes
    37 used in the RNG, which are implemented in <filepath>random.dll</filepath>.
    37 used in the RNG, which are implemented in <filepath>random.dll</filepath>.
    38 For information on each class see the Cryptography API Reference material. </p> <fig id="GUID-5326D881-8795-5803-8B82-EC02C0C40226">
    38 For information on each class see the Cryptography API Reference material. </p> <fig id="GUID-5326D881-8795-5803-8B82-EC02C0C40226">
    39 <title>              The inheritance hierarchy for the RRandomSession and
    39 <title>              The inheritance hierarchy for the RRandomSession and
    40 CSystemRandom classes            </title>
    40 CSystemRandom classes            </title>
    41 <image href="GUID-FD1BB5C6-A042-56C9-8F1F-B51BF9DF5389_d0e388684_href.png" placement="inline"/>
    41 <image href="GUID-FD1BB5C6-A042-56C9-8F1F-B51BF9DF5389_d0e383543_href.png" placement="inline"/>
    42 </fig><p><b>How to use TRandom</b> </p> <p> <codeph>TRandom</codeph> is a
    42 </fig><p><b>How to use TRandom</b> </p> <p> <codeph>TRandom</codeph> is a
    43 cryptographically stong random number generator. Its declaration is: </p> <codeblock id="GUID-53D847C3-2A1A-51D8-93FA-F68EA2374551" xml:space="preserve">class TRandom
    43 cryptographically stong random number generator. Its declaration is: </p> <codeblock id="GUID-53D847C3-2A1A-51D8-93FA-F68EA2374551" xml:space="preserve">class TRandom
    44     {
    44     {
    45 public:
    45 public:
    46     IMPORT_C static void RandomL(TDes8&amp; aDestination);
    46     IMPORT_C static void RandomL(TDes8&amp; aDestination);