Random32.NextDouble Method

Returns a random number between 0 and 1.

DefinitionPermalink

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public override sealed double NextDouble()

Return ValuePermalink

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

See AlsoPermalink