RandomNumber Property
Generates a semi cryptographically strong double-precision floating-point random number between zero and one.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.156 -- Release Build+59006cef9614396d8b79971beebc1091829bcfe4
public static double Number { get; }
Public Shared ReadOnly Property Number As Double
Get
public:
static property double Number {
double get ();
}
Gemstone.Security.Cryptography.Random.get_Number = function();
Property Value
Double | CryptographicException | The cryptographic service provider (CSP) cannot be acquired. |