Bridge

Random..::..NextDouble Method

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual double NextDouble()
Public Overridable Function NextDouble As Double
public:
virtual double^ NextDouble()

Return Value

A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.