RandomMKLGaussian(Int32, Double, Double, UInt32) Method
            Normally distributed random numbers.
            
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
public static double[] Gaussian(
	int n,
	double mean,
	double sigma,
	uint[] seed
)
Public Shared Function Gaussian ( 
	n As Integer,
	mean As Double,
	sigma As Double,
	seed As UInteger()
) As Double()
public:
static array<double>^ Gaussian(
	int n, 
	double mean, 
	double sigma, 
	array<unsigned int>^ seed
)
static member Gaussian : 
        n : int * 
        mean : float * 
        sigma : float * 
        seed : uint32[] -> float[] 
- n  Int32
 - Number of Elements
 - mean  Double
 - Mean
 - sigma  Double
 - Sigma
 - seed  UInt32
 - Seed
 
Double