the uniform distribution for double, in given range, e.g. <0,1), uses RandomSingleton
More...
#include <Random.hpp>
|
| 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...
|
|
the uniform distribution for double, in given range, e.g. <0,1), uses RandomSingleton
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
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: