Overload List

  NameDescription
DoubleRandomWeibullDistribution()()()
Constructs a random number generator for a Weibull distribution using the default shape parameter (1.0), displacement (0.0), and scale factor (1.0).
DoubleRandomWeibullDistribution(Double, Double, Double)
Constructs a random number generator for a Weibull distribution using the specified distribution parameters.
DoubleRandomWeibullDistribution(Double, Double, Double, DoubleRandomWeibullDistribution..::.GenerationMethod)
Constructs a random number generator for a Weibull distribution using the specified distribution parameters.

See Also