#include <gamemap.h>
Public Member Functions | |
| RandomGenerator (int seedValue) | |
| ~RandomGenerator () | |
| unsigned int | getPercentage () |
| unsigned int | getRandomValue (int upperLimit) |
| unsigned int | getRandomValue (int lowerLimit, int upperLimit) |
Definition at line 49 of file gamemap.h.
| RandomGenerator::RandomGenerator | ( | int | seedValue | ) |
Definition at line 45 of file gamemap.cpp.
| RandomGenerator::~RandomGenerator | ( | ) |
Definition at line 49 of file gamemap.cpp.
| unsigned int RandomGenerator::getPercentage | ( | ) |
| unsigned int RandomGenerator::getRandomValue | ( | int | upperLimit | ) |
| unsigned int RandomGenerator::getRandomValue | ( | int | lowerLimit, | |
| int | upperLimit | |||
| ) |
Definition at line 62 of file gamemap.cpp.
1.5.1