public class WeibullRng extends InverseTransformSampling
| Constructor and Description |
|---|
WeibullRng()
Construct a random number generator to sample from the Weibull distribution.
|
WeibullRng(double lambda,
double k,
RandomLongGenerator rng)
Construct a random number generator to sample from the Weibull distribution.
|
nextDouble, seedpublic WeibullRng(double lambda,
double k,
RandomLongGenerator rng)
lambda - the scale parameterk - the shape parameterrng - a uniform random number generatorpublic WeibullRng()