Class FloatRandomGumbelDistribution 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 FloatRandomGumbelDistribution : IRandomNumberDistribution<float>, 
	ICloneable
Visual Basic (Declaration)
Public Class FloatRandomGumbelDistribution _
	Implements IRandomNumberDistribution(Of Single), ICloneable
Visual C++
public ref class FloatRandomGumbelDistribution : IRandomNumberDistribution<float>, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.FloatRandomGumbelDistribution

See Also