StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stdair_maths_types.hpp File Reference
#include <string>
#include <vector>
#include <map>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/random/exponential_distribution.hpp>
#include <boost/random/variate_generator.hpp>

Go to the source code of this file.

Namespaces

namespace  stdair
 Handle on the StdAir library context.

Typedefs

typedef unsigned int stdair::ReplicationNumber_T
typedef unsigned long int stdair::ExponentialSeed_T
typedef unsigned long int stdair::UniformSeed_T
typedef unsigned long int stdair::RandomSeed_T
typedef boost::minstd_rand stdair::BaseGenerator_T
typedef boost::uniform_real stdair::UniformDistribution_T
typedef
boost::variate_generator
< BaseGenerator_T
&, UniformDistribution_T > 
stdair::UniformGenerator_T
typedef boost::normal_distribution stdair::NormalDistribution_T
typedef
boost::variate_generator
< BaseGenerator_T
&, NormalDistribution_T > 
stdair::NormalGenerator_T
typedef
boost::exponential_distribution 
stdair::ExponentialDistribution_T
typedef
boost::variate_generator
< BaseGenerator_T
&, ExponentialDistribution_T > 
stdair::ExponentialGenerator_T
typedef double stdair::MeanValue_T
typedef double stdair::StdDevValue_T
typedef std::pair< MeanValue_T,
StdDevValue_T > 
stdair::MeanStdDevPair_T
typedef std::vector
< MeanStdDevPair_T > 
stdair::MeanStdDevPairVector_T
typedef float stdair::Probability_T