A continuous uniform distribution over doubles.
More...
#include "distributions.hpp"
|
| Uniform (double high) |
|
| Uniform (double low, double high) |
|
template<typename... Vs> |
| Uniform (std::variant< Vs... > low, std::variant< Vs... > high) |
|
double | logprob (double value) const |
|
template<typename RNG > |
double | sample (RNG &rng) |
|
std::string | string () const |
|
|
std::uniform_real_distribution | dist |
|
double | high |
|
double | low |
|
A continuous uniform distribution over doubles.
The documentation for this struct was generated from the following file: