Class DoubleRandomRayleighDistribution generates random numbers from an Rayleigh distribution.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public class DoubleRandomRayleighDistribution : IRandomNumberDistribution<double>, ICloneable |
| Visual Basic (Declaration) |
|---|
Public Class DoubleRandomRayleighDistribution _ Implements IRandomNumberDistribution(Of Double), ICloneable |
| Visual C++ |
|---|
public ref class DoubleRandomRayleighDistribution : IRandomNumberDistribution<double>, ICloneable |