Class DoubleRandomWeibullDistribution generates random numbers from a Weibull distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class DoubleRandomWeibullDistribution : IRandomNumberDistribution<double>, 
	ICloneable
Visual Basic (Declaration)
Public Class DoubleRandomWeibullDistribution _
	Implements IRandomNumberDistribution(Of Double), ICloneable
Visual C++
public ref class DoubleRandomWeibullDistribution : IRandomNumberDistribution<double>, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.DoubleRandomWeibullDistribution

See Also