Class FloatRandomLaplaceDistribution generates random numbers from a Laplace distribution.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public class FloatRandomLaplaceDistribution : IRandomNumberDistribution<float>, ICloneable |
| Visual Basic (Declaration) |
|---|
Public Class FloatRandomLaplaceDistribution _ Implements IRandomNumberDistribution(Of Single), ICloneable |
| Visual C++ |
|---|
public ref class FloatRandomLaplaceDistribution : IRandomNumberDistribution<float>, ICloneable |