Class FloatRandomExponentialDistribution generates random numbers from an exponential distribution.

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

Syntax

C#
public class FloatRandomExponentialDistribution : IRandomNumberDistribution<float>, 
	ICloneable
Visual Basic (Declaration)
Public Class FloatRandomExponentialDistribution _
	Implements IRandomNumberDistribution(Of Single), ICloneable
Visual C++
public ref class FloatRandomExponentialDistribution : IRandomNumberDistribution<float>, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.FloatRandomExponentialDistribution

See Also