Click or drag to resize

RandGenMTwistFill(Int32, Int32, Int32) Method

Fills the given array of integers with random values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Fill(
	int[] v,
	int minValue,
	int maxValue
)

Parameters

v  Int32
An array.
minValue  Int32
The lower bound.
maxValue  Int32
The upper bound.
Remarks
v must be initialized before calling this method.
See Also