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

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.DoubleRandomExponentialDistribution

See Also