Returns a random number between 0.0 and 1.0.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public override double NextDouble()

Return Value

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

Remarks

See NextDouble()()() for more information.

See Also