#include "Platform.h"
#include "Random.h"
Variables | |
Common::GaRandomInteger * | GaGlobalRandomIntegerGenerator |
Global object used by GAL to generate random integer numbers. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class. | |
Common::GaRandomFloat * | GaGlobalRandomFloatGenerator |
Global object used by GAL to generate random single precision floating point numbers. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class. | |
Common::GaRandomDouble * | GaGlobalRandomDoubleGenerator |
Global object used by GAL to generate random double precision floating point numbers. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class. | |
Common::GaRandomBool * | GaGlobalRandomBoolGenerator |
Global object used by GAL to generate random Boolean values. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class. |
Global object used by GAL to generate random Boolean values. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class.
Global object used by GAL to generate random double precision floating point numbers. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class.
Global object used by GAL to generate random single precision floating point numbers. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class.
Global object used by GAL to generate random integer numbers. It cannot be used prior calling GaInitialize and after calling GaFinalize. For more details see GaRandomInteger class.