BWAPI
|
#include <Random.h>
Public Member Functions | |
Random () | |
Random (int) | |
void | setMaxInt (int) |
int | nextInt () |
int | nextAnotherInt () |
Random::Random | ( | ) |
Random::Random | ( | int | maxInt | ) |
int Random::nextAnotherInt | ( | ) |
generate a random double in [0, maxDouble[ different from lastDouble generate a random integer in [0, maxInt[ different from lastInt
int Random::nextInt | ( | ) |
generate a random double in [0, maxDouble[ generate a random integer in [0, maxInt[
void Random::setMaxInt | ( | int | maxInt | ) |