RandomNETRandn Method

Normally distributed random numbers.

Definition

Namespace: Metas.UncLib.Core.RandomGenerator
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public double[] Randn(
	int n
)

Parameters

n  Int32
Number of Elements

Return Value

Double

See Also