![]() | DoubleRandomGaussianDistribution Class |
Namespace: CenterSpace.NMath.Core
The DoubleRandomGaussianDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleRandomGaussianDistribution |
Constructs a random number generator for a Gaussian distribution
using a default mean of 0.0 and default standard deviation of 1.0.
|
![]() | DoubleRandomGaussianDistribution(Double, Double) |
Constructs a random number generator for a Gaussian distribution
using the specified distribution parameters.
|
![]() | DoubleRandomGaussianDistribution(Double, Double, DoubleRandomGaussianDistributionGenerationMethod) |
Constructs a random number generator for a Gaussian distribution
using the specified distribution parameters.
|
Name | Description | |
---|---|---|
![]() | Mean |
Gets the mean of the distribution.
|
![]() | Method |
Gets the generation method.
|
![]() | Sigma |
Gets the standard deviation of the distribution.
|
Name | Description | |
---|---|---|
![]() | Clone |
Creates a deep copy of this random number generator.
|
![]() | Fill(RandomNumberStream, DoubleVector, Int32, Int32) |
Uses the given random number stream to fill the given vector of
doubles with random values.
|
![]() | Fill(RandomNumberStream, Double, Int32, Int32) |
Uses the given random number stream to fill the given array of
integers with random values.
|