 | ThreadSafeRandomNumberGeneratorNextDouble Method |
Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.
Namespace: SanteDB.CoreAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic override double NextDouble()
Public Overrides Function NextDouble As Double
public:
virtual double NextDouble() override
abstract NextDouble : unit -> float
override NextDouble : unit -> float
Return Value
DoubleA double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.
See Also