faif
Public Member Functions | List of all members
faif::RandomNormal Class Reference

the normal distribution for double, for given mean (mi) and standard deviation (sigma), uses RandomSingleton More...

#include <Random.hpp>

Collaboration diagram for faif::RandomNormal:
Collaboration graph

Public Member Functions

 RandomNormal (double mi, double sigma)
 the c-tor random variable generator, normal distribution More...
 
 RandomNormal (const RandomNormal &r)
 
double operator() ()
 the method to generate the random variable with normal distribution More...
 

Detailed Description

the normal distribution for double, for given mean (mi) and standard deviation (sigma), uses RandomSingleton

Constructor & Destructor Documentation

faif::RandomNormal::RandomNormal ( double  mi,
double  sigma 
)
inlineexplicit

the c-tor random variable generator, normal distribution

Member Function Documentation

double faif::RandomNormal::operator() ( )
inline

the method to generate the random variable with normal distribution


The documentation for this class was generated from the following file: