RandomWordGenerator.NextDouble Method

Returns a random number between 0 and 1.

Definition

Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override sealed double NextDouble()

Return Value

Double
A double-precision floating-point number greater than or equal to zero, and less than 1.

See Also