Click or drag to resize

Xoshiro256StarStarDoSample Method

Returns a random double-precision floating point number greater than or equal to 0.0, and less than 1.0.

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override sealed double DoSample()

Return Value

Double
A double in [0.0, 1.0).
See Also