20 #ifndef Distribution_Points_h 21 #define Distribution_Points_h 62 double sample(std::mt19937* which = 0)
const {
70 std::string
toStr(std::streamsize accuracy)
const;
Represents a generic random distribution.
std::string toStr(std::streamsize accuracy) const
Returns the string representation of this distribution.
double sample(std::mt19937 *which=0) const
Draw a sample of the distribution.
virtual ~Distribution_Points()
Destructor.
Distribution_Points(const std::string &id)
Constructor.
double getMax() const
Returns the maximum value of this distribution.