Skip to main content
All docs
V25.1
  • 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

    public static long NextLong()

    Returns

    Type Description
    Int64

    A cryptographically secure, non-negative random 64-bit signed integer value.

    See Also