Click or drag to resize

ThreadSafeRandomNumberGeneratorNextDouble Method

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

Namespace: SanteDB.Core
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public override double NextDouble()

Return Value

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