Discuss this help topic in SecureBlackbox Forum
This method initializes the random number generator.
Declaration
Parameters
Description
Use this method to initialize random number generator with seed.
Call this method before calling
Generate method.
As TElRandom output depends on initial seed, it is a good idea to initialize seed with random values, e.g. current time, current mouse coordinates etc.