|
ThreadSafeRandomNextDouble Method
|
Returns a random number between 0.0 and 1.0.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public override double NextDouble()
Public Overrides Function NextDouble As Double
Request Example
View SourceReturn Value
Type:
DoubleReturns 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