ALMaSS Vole ODDox  1.1
The vole model description following ODdox protocol
BoostRandomGenerators.h File Reference

BoostRandomGenerators.h Boost headers for using the boost random number generation utilities More...

#include <ctime>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/random/lagged_fibonacci.hpp>
#include <boost/generator_iterator.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/normal_distribution.hpp>

Go to the source code of this file.

Typedefs

typedef boost::lagged_fibonacci19937 base_generator_type
 
typedef boost::uniform_int distribution_type
 
typedef boost::random::uniform_int_distribution distribution_type2
 
typedef boost::random::uniform_real_distribution< double > distribution_type3
 
typedef boost::random::mt19937 Mersenne_Twister
 
typedef boost::random::normal_distribution< double > NormalDistDouble
 
typedef boost::variate_generator< Mersenne_Twister, NormalDistDoubleVariate_gen
 

Detailed Description

BoostRandomGenerators.h Boost headers for using the boost random number generation utilities

Definition in file BoostRandomGenerators.h.

Typedef Documentation

◆ base_generator_type

typedef boost::lagged_fibonacci19937 base_generator_type

Definition at line 30 of file BoostRandomGenerators.h.

◆ distribution_type

typedef boost::uniform_int distribution_type

Definition at line 31 of file BoostRandomGenerators.h.

◆ distribution_type2

typedef boost::random::uniform_int_distribution distribution_type2

Definition at line 32 of file BoostRandomGenerators.h.

◆ distribution_type3

typedef boost::random::uniform_real_distribution<double> distribution_type3

Definition at line 33 of file BoostRandomGenerators.h.

◆ Mersenne_Twister

typedef boost::random::mt19937 Mersenne_Twister

Definition at line 36 of file BoostRandomGenerators.h.

◆ NormalDistDouble

typedef boost::random::normal_distribution<double> NormalDistDouble

Definition at line 37 of file BoostRandomGenerators.h.

◆ Variate_gen

typedef boost::variate_generator<Mersenne_Twister, NormalDistDouble> Variate_gen

Definition at line 38 of file BoostRandomGenerators.h.