__declspec(property(get = GetAmwbRandomSeed, put = SetAmwbRandomSeed)) int AmwbRandomSeed;
Random seed between 0 and High(Integer)-1.
Read:
int GetAmwbRandomSeed();Write:
void SetAmwbRandomSeed(const int Value);Remarks:
Used only if TTaucsSettings::Amwb is True.
Declared in Dew::Math::TTaucsSettings · Dew.Math/sparse.h · Cross-compiler