A helper class for creating random number. More...
Static Public Member Functions | |
| template<typename T > | |
| static T | random_real (T min, T max) |
| The templat method for random real numbers. More... | |
| template<typename T > | |
| var | random_real ( var min, var max) |
| The templat method for random real numbers. More... | |
| template<typename T > | |
| local | random_real ( local min, local max) |
| The templat method for random real numbers. More... | |
| template<typename T > | |
| static T | random_int (T min, T max) |
| The templat method for random integer numbers. More... | |
| template<typename T > | |
| var | random_int ( var min, var max) |
| The templat method for random integer numbers. More... | |
A helper class for creating random number.
|
inlinestatic |
The templat method for random real numbers.
The minimum value of the random value. The maximum value of the random value. The random real value between min & max.
|
inlinestatic |
The templat method for random real numbers.
The minimum value of the random value. The maximum value of the random value. The random real value between min & max.
|
inlinestatic |
The templat method for random real numbers.
The minimum value of the random value. The maximum value of the random value. The random real value between min & max.
|
inlinestatic |
The templat method for random integer numbers.
The minimum value of the random value. The maximum value of the random value. The random integer value between min & max.
|
inlinestatic |
The templat method for random integer numbers.
The minimum value of the random value. The maximum value of the random value. The random integer value between min & max.
|
inlinestatic |
The templat method for random integer numbers.
The minimum value of the random value. The maximum value of the random value. The random integer value between min & max.