RandomSourceNextInt32s(Int32, Int32, Int32) Method |
Returns an array with random 32-bit signed integers within the specified range.
Namespace: Altaxo.Calc.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int[] NextInt32s(
int count,
int minInclusive,
int maxExclusive
)
Parameters
- count Int32
- The size of the array to fill.
- minInclusive Int32
- The inclusive lower bound of the random number returned.
- maxExclusive Int32
- The exclusive upper bound of the random number returned. Range: maxExclusive > minExclusive.
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Calc.Random.RandomSource.NextInt32s(System.Int32,System.Int32,System.Int32)"]
See Also