__declspec(property(get = GetStreamCount, put = SetStreamCount)) int StreamCount;
Number of independent random streams.
Read:
int GetStreamCount();Write:
void SetStreamCount(const int Value);Remarks:
Defines the number of independent random streams to be obtained from the same stream of random numbers.
Declared in Dew::Math::TRandomGenerator · Dew.Math/RndGenerators.h · Cross-compiler