Click or drag to resize

RandomSourceNextInt32s(Int32) Method

Returns an array with random 32-bit signed integers greater than or equal to zero and less than MaxValue.

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

Parameters

count  Int32
The size of the array to fill.

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Random.RandomSource.NextInt32s(System.Int32)"]

See Also