![]() | FloatRandomGaussianDistribution Class |
Namespace: CenterSpace.NMath.Core
The FloatRandomGaussianDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | FloatRandomGaussianDistribution |
Constructs a random number generator for a Gaussian distribution
using a default mean of 0.0 and default standard deviation of 1.0.
|
![]() | FloatRandomGaussianDistribution(Single, Single) |
Constructs a random number generator for a Gaussian distribution
using the specified distribution parameters.
|
![]() | FloatRandomGaussianDistribution(Single, Single, FloatRandomGaussianDistributionGenerationMethod) |
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, FloatVector, Int32, Int32) |
Uses the given random number stream to fill the given vector of
floats with random values.
|
![]() | Fill(RandomNumberStream, Single, Int32, Int32) |
Uses the given random number stream to fill the given array of
integers with random values.
|