RandomNETRandn Method
            Normally distributed random numbers.
            
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9435.16862
public double[] Randn(
	int n
)
Public Function Randn ( 
	n As Integer
) As Double()
public:
array<double>^ Randn(
	int n
)
member Randn : 
        n : int -> float[] 
- n  Int32
 - Number of Elements
 
Double