#include <CNCL/Beta.h>
CN_BETA
CNRandom
None
CNRNG
CNBeta is a class for generating beta distributed random numbers.
Constructors:
CNBeta();
CNBeta(CNParam *param);
CNBeta(long a, long b, CNRNG *gen);
CNBeta distribution with a base random number
generator gen and the parameters a and b.
In addition to the member functions required by CNCL, CNBeta
provides:
virtual double operator() ();
Go to the first, previous, next, last section, table of contents.