SecureRandomSample Method

Returns a random floating-point number between 0.0 and 1.0.

Definition

Namespace: KGySoft.Security.Cryptography
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected override double Sample()

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