| library: libUnuran #include "TUnuranDistr.h" |

| TUnuranDistr() | |
| TUnuranDistr(const TUnuranDistr&) | |
| TUnuranDistr(const TF1* func, const TF1* cdf = 0, const TF1* deriv = 0) | |
| ~TUnuranDistr() | |
| double | Cdf(double x) const |
| double | Derivative(double x) const |
| bool | GetDomain(double& xmin, double& xmax) const |
| double | Mode() const |
| double | operator()(double x) const |
| TUnuranDistr& | operator=(const TUnuranDistr& rhs) |
| void | SetDomain(double xmin, double xmax) |