BWAPI
|
#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>
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 boost::minstd_rand base_generator_type |
typedef boost::variate_generator<base_generator_type&, boost::uniform_real<> > uniform_generator |