Parameters
double alpha
The stability (α) of the distribution. Range: 2 ≥ α > 0.
double beta
The skewness (β) of the distribution. Range: 1 ≥ β ≥ -1.
double scale
The scale (c) of the distribution. Range: c > 0.
double location
The location (μ) of the distribution.
Random randomSource
The random number generator which is used to draw random samples.