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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	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
Minimum of range
d4
Type: SystemDouble
Maximum of range
i5
Type: SystemInt32
Number of values (-1 for all)
See Also