NormalDist GetZ Method ElecNetKit Documentation
Generates a random value for the N(0,1) distribution.

Namespace: ElecNetKit.Util
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public static double GetZ()

Return Value

A random value from the N(0,1) distribution.
See Also