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.158 -- Release Build+8af53c44e6ad1fac543a652d58b46c9843b74b64
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. |