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.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int[] NextInt32s(
int count
)
Parameters
- count Int32
- The size of the array to fill.
Return Value
Int32An array of random 32-bit signed integers.
See Also