Click or drag to resize

DoubleRandomWeibullDistribution Constructor

Overload List
 NameDescription
Public methodDoubleRandomWeibullDistribution Constructs a random number generator for a Weibull distribution using the default shape parameter (1.0), displacement (0.0), and scale factor (1.0).
Public methodDoubleRandomWeibullDistribution(Double, Double, Double) Constructs a random number generator for a Weibull distribution using the specified distribution parameters.
Public methodDoubleRandomWeibullDistribution(Double, Double, Double, DoubleRandomWeibullDistributionGenerationMethod) Constructs a random number generator for a Weibull distribution using the specified distribution parameters.
Top
See Also