#include <rng.hpp>
static int Misc::Rng::roll0to99 |
( |
| ) |
|
|
inlinestatic |
return value in range [0, 99]
float Misc::Rng::rollClosedProbability |
( |
| ) |
|
|
static |
return value in range [0.0f, 1.0f] <- note closed upper range.
int Misc::Rng::rollDice |
( |
int |
max | ) |
|
|
static |
return value in range [0, max) <- note open upper range.
float Misc::Rng::rollProbability |
( |
| ) |
|
|
static |
return value in range [0.0f, 1.0f) <- note open upper range.
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/components/misc/rng.hpp
- /home/travis/build/OpenMW/openmw/components/misc/rng.cpp