Click or drag to resize

FloatRandomLaplaceDistribution Class

Class FloatRandomLaplaceDistribution generates random numbers from a Laplace distribution.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreFloatRandomLaplaceDistribution

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class FloatRandomLaplaceDistribution : IRandomNumberDistribution<float>, 
	ICloneable

The FloatRandomLaplaceDistribution type exposes the following members.

Constructors
 NameDescription
Public methodFloatRandomLaplaceDistribution Constructs a random number generator for a Laplace distribution using a default mean of 0.0 and default scale of 1.0.
Public methodFloatRandomLaplaceDistribution(Single, Single) Constructs a random number generator for a Laplace distribution using the specified distribution parameters.
Top
Properties
 NameDescription
Public propertyMean Gets the mean.
Public propertyScale Gets the scale.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill(RandomNumberStream, FloatVector, Int32, Int32) Uses the given random number stream to fill the given vector of floats with random values.
Public methodFill(RandomNumberStream, Single, Int32, Int32) Uses the given random number stream to fill the given array of integers with random values.
Top
See Also