#include <CNCL/Weibull.h>
CN_WEIBULL
CNRandom
None
CNRNG
CNWeibull generates Weibull distributed random numbers with a
form factor alpha and a scale factor beta.
Constructors:
CNWeibull();
CNWeibull(CNParam *param);
CNWeibull(double alpha, double beta, CNRNG *gen);
CNWeibull distribution with a base random number
generator gen and parameters alpha and beta.
In addition to the member functions required by CNCL, CNWeibull
provides:
double alpha();
double alpha(double x);
double beta();
double beta(double x);
virtual double operator() ();
Go to the first, previous, next, last section, table of contents.