Torque2D Reference
|
This is the complete list of members for RandomLCG, including all inherited members.
getSeed(void) const | RandomGeneratorBase | inline |
mSeed | RandomGeneratorBase | protected |
msQuotient | RandomLCG | protectedstatic |
msRemainder | RandomLCG | protectedstatic |
randF(void) | RandomGeneratorBase | inlinevirtual |
randI(void) | RandomLCG | virtual |
RandomGeneratorBase() | RandomGeneratorBase | inlineprotected |
RandomLCG() | RandomLCG | |
RandomLCG(const S32 seed) | RandomLCG | |
randRangeF(const F32 from, const F32 to) | RandomGeneratorBase | inline |
randRangeI(const S32 from, const S32 to) | RandomGeneratorBase | inline |
resetSeed(void) | RandomGeneratorBase | |
setGlobalRandSeed(const U32 seed) | RandomLCG | static |
setSeed(const S32 seed) | RandomLCG | virtual |