Parameters
double
a
The scale parameter a of the Burr distribution. Range: a > 0.
double
c
The first shape parameter c of the Burr distribution. Range: c > 0.
double
k
The second shape parameter k of the Burr distribution. Range: k > 0.
Random
randomSource
The random number generator which is used to draw random samples. Optional, can be null.