Class DoubleRandomCauchyDistribution generates random numbers from a Cauchy distribution.

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

Syntax

C#
public class DoubleRandomCauchyDistribution : IRandomNumberDistribution<double>, 
	ICloneable
Visual Basic (Declaration)
Public Class DoubleRandomCauchyDistribution _
	Implements IRandomNumberDistribution(Of Double), ICloneable
Visual C++
public ref class DoubleRandomCauchyDistribution : IRandomNumberDistribution<double>, 
	ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.DoubleRandomCauchyDistribution

See Also