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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CVV vv,
	int seed,
	double mean,
	double var,
	int length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV object
seed
Type: SystemInt32
Random number generator seed
mean
Type: SystemDouble
Mean value of distribution
var
Type: SystemDouble
Variance of the distribution
length
Type: SystemInt32
Number of values (-1 for all)
See Also