1 #ifndef __STDAIR_STDAIR_MATHS_TYPES_HPP
2 #define __STDAIR_STDAIR_MATHS_TYPES_HPP
12 #include <boost/random/linear_congruential.hpp>
13 #include <boost/random/uniform_real.hpp>
14 #include <boost/random/normal_distribution.hpp>
15 #include <boost/random/exponential_distribution.hpp>
16 #include <boost/random/variate_generator.hpp>
54 typedef boost::variate_generator<BaseGenerator_T&,
65 typedef boost::variate_generator<BaseGenerator_T&,
73 typedef boost::variate_generator<BaseGenerator_T&,
102 #endif // __STDAIR_STDAIR_MATHS_TYPES_HPP
boost::uniform_real UniformDistribution_T
std::vector< MeanStdDevPair_T > MeanStdDevPairVector_T
boost::normal_distribution NormalDistribution_T
boost::exponential_distribution ExponentialDistribution_T
Handle on the StdAir library context.
boost::variate_generator< BaseGenerator_T &, NormalDistribution_T > NormalGenerator_T
boost::variate_generator< BaseGenerator_T &, UniformDistribution_T > UniformGenerator_T
unsigned int ReplicationNumber_T
unsigned long int UniformSeed_T
boost::minstd_rand BaseGenerator_T
boost::variate_generator< BaseGenerator_T &, ExponentialDistribution_T > ExponentialGenerator_T
std::pair< MeanValue_T, StdDevValue_T > MeanStdDevPair_T
unsigned long int RandomSeed_T
unsigned long int ExponentialSeed_T