BWAPI
Classes | Typedefs
SnippyHolloW-BroodwarBotQ-f01ab56/src/Utils/RandomGenerators.h File Reference
#include "Utils/CSingleton.h"
#include <ctime>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/variate_generator.hpp>
Include dependency graph for RandomGenerators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RandomGenerators< _left, _right >

Typedefs

typedef boost::minstd_rand base_generator_type
typedef
boost::variate_generator
< base_generator_type
&, boost::uniform_real<> > 
uniform_generator

Typedef Documentation

typedef boost::minstd_rand base_generator_type
typedef boost::variate_generator<base_generator_type&, boost::uniform_real<> > uniform_generator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines