Click or drag to resize
CVVUNormalDist Method
Fill with normally (Gaussian) distributed values.

Available since Oasis montaj version: 5.1.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
VV is set to input length (except for -1) See RAND for a short discription of the random number generator used.
Syntax
public static void NormalDist(
	CVV oVV1,
	int i2,
	double d3,
	double d4,
	int i5
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV object
i2
Type: SystemInt32
Random number generator seed
d3
Type: SystemDouble
Mean value of distribution
d4
Type: SystemDouble
Variance of the distribution
i5
Type: SystemInt32
Number of values (-1 for all)
See Also