StdAir Logo  1.00.20
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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_Tstdair::UniformGenerator_T
 
typedef boost::normal_distribution stdair::NormalDistribution_T
 
typedef boost::variate_generator< BaseGenerator_T &, NormalDistribution_Tstdair::NormalGenerator_T
 
typedef boost::exponential_distribution stdair::ExponentialDistribution_T
 
typedef boost::variate_generator< BaseGenerator_T &, ExponentialDistribution_Tstdair::ExponentialGenerator_T
 
typedef double stdair::MeanValue_T
 
typedef double stdair::StdDevValue_T
 
typedef std::pair< MeanValue_T, StdDevValue_Tstdair::MeanStdDevPair_T
 
typedef std::vector< MeanStdDevPair_Tstdair::MeanStdDevPairVector_T
 
typedef float stdair::Probability_T