Class DoubleRandomGumbelDistribution generates random numbers from a Gumbel distribution.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.DoubleRandomGumbelDistribution

See Also