GlobalRandomGenerator.h File Reference

This file contains declaration of global random number generator objects. More...

#include "Platform.h"
#include "Random.h"

Variables

Common::GaRandomIntegerGaGlobalRandomIntegerGenerator
 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::GaRandomFloatGaGlobalRandomFloatGenerator
 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::GaRandomDoubleGaGlobalRandomDoubleGenerator
 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::GaRandomBoolGaGlobalRandomBoolGenerator
 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.


Detailed Description

This file contains declaration of global random number generator objects.


Variable Documentation

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.


Genetic Algorithm Library
Coolsoft Software Development