TRandomGenerator::Init Method

void Init(const TBasicRandomGenerator aBasicRngType, const int aSeed);

Initializes random generator.

#NameTypeDescription
1aBasicRngTypeconst TBasicRandomGenerator
2aSeedconst 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