Helper class for calculation of a random number.
double GetNextDouble(double minValue, double maxValue) const
Get new random real value in the given range.
double GetNextUnitary() const
int GetNextInt(int minValue, int maxValue) const
Get new random integer value in the given range.