Click or drag to resize
CVVUUniformDist Method
Fill with uniformly 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.gxh for a short discription of the random number generator used.
Syntax
public static void UniformDist(
	CGXNETCore gxNetShared,
	CVV vv,
	int seed,
	double min,
	double max,
	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
min
Type: SystemDouble
Minimum of range
max
Type: SystemDouble
Maximum of range
length
Type: SystemInt32
Number of values (-1 for all)
See Also