#include <RandomHelper.hpp>
List of all members.
Static Public Member Functions |
| static void | Init (uint seed) |
| static int | GetNext (const int &min, const int &max) |
| static float | GetNext (const float &min, const float &max) |
| static double | GetNext (const double &min, const double &max) |
| static bool | Percentage (const float &percentage) |
Static Private Member Functions |
| static int | GetNext () |
Detailed Description
Definition at line 9 of file RandomHelper.hpp.
Constructor & Destructor Documentation
| yap::RandomHelper::RandomHelper |
( |
| ) |
|
|
private |
| yap::RandomHelper::~RandomHelper |
( |
| ) |
|
|
private |
Member Function Documentation
| int yap::RandomHelper::GetNext |
( |
const int & |
min, |
|
|
const int & |
max |
|
) |
| |
|
static |
| float yap::RandomHelper::GetNext |
( |
const float & |
min, |
|
|
const float & |
max |
|
) |
| |
|
static |
| double yap::RandomHelper::GetNext |
( |
const double & |
min, |
|
|
const double & |
max |
|
) |
| |
|
static |
| int yap::RandomHelper::GetNext |
( |
| ) |
|
|
staticprivate |
| void yap::RandomHelper::Init |
( |
uint |
seed | ) |
|
|
static |
| bool yap::RandomHelper::Percentage |
( |
const float & |
percentage | ) |
|
|
static |
The documentation for this class was generated from the following files: