RandomDecimal Property
Generates a semi cryptographically strong random decimal between zero and one.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static decimal Decimal { get; }
Public Shared ReadOnly Property Decimal As Decimal
Get
public:
static property Decimal Decimal {
Decimal get ();
}
Gemstone.Security.Cryptography.Random.get_Decimal = function();
Property Value
Decimal CryptographicException | The cryptographic service provider (CSP) cannot be acquired. |