Class RandGenGeometric generaties random numbers from a Geometric distribution.

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

Syntax

C#
[SerializableAttribute]
public class RandGenGeometric : RandomNumberGenerator
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RandGenGeometric _
	Inherits RandomNumberGenerator
Visual C++
[SerializableAttribute]
public ref class RandGenGeometric : public RandomNumberGenerator

Remarks

The goemetric distribution is the probability distribution of the number of failures before the first success. It is supported on the set {0, 1, 2, 3,...}

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.RandomNumberGenerator
    CenterSpace.NMath.Core..::.RandGenGeometric

See Also