Click or drag to resize

Xoshiro256StarStarDoSampleInteger Method

Returns a random 32-bit signed integer greater than or equal to zero and less than MaxValue

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override int DoSampleInteger()

Return Value

Int32
An integer in [0, Int32.MaxValue).
See Also