RandomNETRandn Method
Normally distributed random numbers.
Namespace: Metas.UncLib.Core.RandomGeneratorAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
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