|
AusweisApp2
|
#include <Random.h>
Öffentliche Methoden | |
| Q_INVOKABLE int | randomInt (int pLowerBound, int pUpperBound) const |
| A discrete random distribution on the range [pLowerBound, pUpperBound] with equal probability throughout the range. Mehr ... | |
Freundbeziehungen | |
| class | Env |
| int Random::randomInt | ( | int | pLowerBound, |
| int | pUpperBound | ||
| ) | const |
A discrete random distribution on the range [pLowerBound, pUpperBound] with equal probability throughout the range.
|
friend |