StrongRandom.NextLong() Method
Returns a cryptographically secure, non-negative random 64-bit signed integer value.
Namespace: DevExpress.Data.Utils.Security
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
Int64 | A cryptographically secure, non-negative random 64-bit signed integer value. |
See Also