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.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
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. |