Click or drag to resize

RandomSourceNextInt32s(Int32, Int32) Method

Fills an array with random numbers within a specified range.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void NextInt32s(
	int[] values,
	int maxExclusive
)

Parameters

values  Int32
The array to fill with random values.
maxExclusive  Int32
The exclusive upper bound of the random number returned. Range: maxExclusive ≥ 1.
See Also