__declspec(property(get = GetBlockStep, put = SetBlockStep)) int BlockStep;
A parameter to the block splitting method to achieve stream independence.
Read:
int GetBlockStep();Write:
void SetBlockStep(const int Value);Declared in Dew::Math::TRandomGenerator · Dew.Math/RndGenerators.h · Cross-compiler