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

the uniform distribution for double, in given range, e.g. <0,1), uses RandomSingleton More...

#include <Random.hpp>

Collaboration diagram for faif::RandomDouble:
Collaboration graph

Public Member Functions

 RandomDouble ()
 the c-tor random variable generator in range <0,1), uniform distribution More...
 
 RandomDouble (double min_v, double max_v)
 the c-tor random variable generator in range <min,max), uniform distribution More...
 
 RandomDouble (const RandomDouble &r)
 
double operator() ()
 the method to generate the random variable in given range, uniform distribution More...
 

Detailed Description

the uniform distribution for double, in given range, e.g. <0,1), uses RandomSingleton

Constructor & Destructor Documentation

faif::RandomDouble::RandomDouble ( )
inlineexplicit

the c-tor random variable generator in range <0,1), uniform distribution

faif::RandomDouble::RandomDouble ( double  min_v,
double  max_v 
)
inlineexplicit

the c-tor random variable generator in range <min,max), uniform distribution

Member Function Documentation

double faif::RandomDouble::operator() ( )
inline

the method to generate the random variable in given range, uniform distribution


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