BWAPI
Public Member Functions
Random Class Reference

#include <Random.h>

List of all members.

Public Member Functions

 Random ()
 Random (int)
void setMaxInt (int)
int nextInt ()
int nextAnotherInt ()

Constructor & Destructor Documentation

Random::Random ( int  maxInt)

Member Function Documentation

generate a random double in [0, maxDouble[ different from lastDouble generate a random integer in [0, maxInt[ different from lastInt

Here is the call graph for this function:

Here is the caller graph for this function:

int Random::nextInt ( )

generate a random double in [0, maxDouble[ generate a random integer in [0, maxInt[

Here is the caller graph for this function:

void Random::setMaxInt ( int  maxInt)

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines