|
rippled
|
Constant "distribution" that always returns the same value. More...
Public Member Functions | |
| ConstantDistribution (double const &t) | |
| template<class Generator > | |
| double | operator() (Generator &) |
Private Attributes | |
| double | t_ |
Constant "distribution" that always returns the same value.
Definition at line 128 of file test/csf/random.h.
| ripple::test::csf::ConstantDistribution::ConstantDistribution | ( | double const & | t | ) |
Definition at line 133 of file test/csf/random.h.
| double ripple::test::csf::ConstantDistribution::operator() | ( | Generator & | ) |
Definition at line 139 of file test/csf/random.h.
|
private |
Definition at line 130 of file test/csf/random.h.
1.8.17