RandomSourceNextInt32s(Int32) Method |
Fills 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.3179.0 (4.8.3179.0)
Syntax public void NextInt32s(
int[] values
)
Parameters
- values Int32
- The array to fill with random values.
See Also