Class IntRandomGeometricDistribution generates random numbers from a discrete geometric distribution.

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

Syntax

C#
public class IntRandomGeometricDistribution : IRandomNumberDistribution<int>, 
	ICloneable
Visual Basic (Declaration)
Public Class IntRandomGeometricDistribution _
	Implements IRandomNumberDistribution(Of Integer), ICloneable
Visual C++
public ref class IntRandomGeometricDistribution : IRandomNumberDistribution<int>, 
	ICloneable

Remarks

A geometrically distributed variate represents the number of independent Bernoulli trials preceding the first success.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.IntRandomGeometricDistribution

See Also