RandomSourceDoSampleInteger(Int32) Method |
Returns a random 32-bit signed integer within the specified range.
Namespace: Altaxo.Calc.RandomAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual int DoSampleInteger(
int maxExclusive
)
Parameters
- maxExclusive Int32
- The exclusive upper bound of the random number returned. Range: maxExclusive ≥ 2 (not verified, must be ensured by caller).
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Calc.Random.RandomSource.DoSampleInteger(System.Int32)"]
See Also