61 std::string
toStr(std::streamsize accuracy)
const;
double getMax() const
Returns the maximum value of this distribution.
virtual ~Distribution_Points()
Destructor.
std::string toStr(std::streamsize accuracy) const
Returns the string representation of this distribution.
double sample(SumoRNG *which=nullptr) const
Draw a sample of the distribution.
Represents a generic random distribution.
double get(SumoRNG *which=nullptr) const
Draw a sample of the distribution.