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.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
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. |