Go to the previous, next section.
#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:
Go to the previous, next section.