SecureRandomNextDouble Method
Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.
Namespace: KGySoft.Security.CryptographyAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public 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.