NormalDistribution

class in Clatter.Core

This class has been copied from Accord.net because we only need one method from the entire package.

Source: NormalDistribution.cs

Static Methods

Random

public static double Random(double mean, double stdDev, Random source)

Random Gaussian distribution.

Name Type Description
mean double The mean.
stdDev double The standard deviation.
source Random The random source.