Click or drag to resize

DoubleRandomExponentialDistribution Class

Class DoubleRandomExponentialDistribution generates random numbers from an exponential distribution.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreDoubleRandomExponentialDistribution

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

The DoubleRandomExponentialDistribution type exposes the following members.

Constructors
 NameDescription
Public methodDoubleRandomExponentialDistribution Constructs a random number generator for an exponential distribution using a default displacement of 0.0 and default scale of 1.0.
Public methodDoubleRandomExponentialDistribution(Double, Double) Constructs a random number generator for an exponential distribution using the specified distribution parameters.
Public methodDoubleRandomExponentialDistribution(Double, Double, DoubleRandomExponentialDistributionGenerationMethod) Constructs a random number generator for an exponential distribution using the specified distribution parameters.
Top
Properties
 NameDescription
Public propertyDisplacement Gets the displacement.
Public propertyMethod Gets the generation method.
Public propertyScale Gets the scale.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill(RandomNumberStream, DoubleVector, Int32, Int32) Uses the given random number stream to fill the given vector of doubles with random values.
Public methodFill(RandomNumberStream, Double, Int32, Int32) Uses the given random number stream to fill the given array of integers with random values.
Top
See Also