![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Helper class for calculation of a random number. More...
#include <CRandomNumber.h>
Public Member Functions | |
CRandomNumber () | |
int | GetNextInt (int minValue, int maxValue) const |
Get new random integer value in the given range. | |
double | GetNextDouble (double minValue, double maxValue) const |
Get new random real value in the given range. | |
Protected Member Functions | |
double | GetNextUnitary () const |
Helper class for calculation of a random number.
Definition at line 16 of file CRandomNumber.h.
istd::CRandomNumber::CRandomNumber | ( | ) |
double istd::CRandomNumber::GetNextDouble | ( | double | minValue, |
double | maxValue ) const |
Get new random real value in the given range.
int istd::CRandomNumber::GetNextInt | ( | int | minValue, |
int | maxValue ) const |
Get new random integer value in the given range.
|
protected |
© Witold Gantzke and Kirill Lepskiy