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.160 -- Release Build+19b74ac03cedad8575bb1ceb00051318b7421d0d
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. |