#include <RandDouble.h>
|
std::default_random_engine | m_re |
|
std::uniform_real_distribution< double > | m_dist |
|
Definition at line 8 of file RandDouble.h.
◆ RandDouble() [1/2]
RandDouble::RandDouble |
( |
| ) |
|
|
inline |
◆ RandDouble() [2/2]
RandDouble::RandDouble |
( |
double |
low, |
|
|
double |
high |
|
) |
| |
|
inline |
◆ operator()()
double RandDouble::operator() |
( |
| ) |
|
|
inline |
◆ m_dist
std::uniform_real_distribution<double> RandDouble::m_dist |
|
private |
◆ m_re
std::default_random_engine RandDouble::m_re |
|
private |
The documentation for this class was generated from the following file: