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)
Construct a random number generator to sample from the Weibull distribution.
|
public WeibullRNG(double lambda,
double k)
lambda - the scale parameterk - the shape parameterpublic WeibullRNG()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.