Click or drag to resize

StandardGeneratorNext Method

Returns a nonnegative random number.

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

Return Value

Int32
A 32-bit signed integer greater than or equal to zero and less than MaxValue.
See Also