The RandGenWeibull type exposes the following members.

Properties

  NameDescription
DefaultScale
Gets and sets the value for the default scale parameter for all instances of RandGenWeibull.
Scale
Gets and sets the scale parameter for the Weibull distribution. Must be positive.
Shape
Gets and sets the shape parameter for the Weibull distribution.
UniformDeviateMethod
Gets and sets the delegate method for generating uniform deviates between zero and one.
(Inherited from RandomNumberGenerator.)

See Also