Click or drag to resize

ALFGeneratorNextInclusiveMaxValue Method

Returns a nonnegative random number less than or equal to MaxValue.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NextInclusiveMaxValue()

Return Value

Int32
A 32-bit signed integer greater than or equal to 0, and less than or equal to MaxValue; that is, the range of return values includes 0 and MaxValue.
See Also