void Init(const TBasicRandomGenerator aBasicRngType, const int aSeed);
Initializes random generator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aBasicRngType | const TBasicRandomGenerator | |
| 2 | aSeed | const int |
Remarks:
Initializes random generator by specifying the basic random generator and a seed for the generator. Typical value for aSeed is 1.
Declared in Dew::Math::TRandomGenerator · Dew.Math/RndGenerators.h · Cross-compiler