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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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. |