21 #ifndef Distribution_Points_h 22 #define Distribution_Points_h 71 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.
virtual ~Distribution_Points()
Destructor.
Distribution_Points(const std::string &id)
Constructor.
double getMax() const
Returns the maximum value of this distribution.
double sample(MTRand *which=0) const
Draw a sample of the distribution.