Skip to main content
All docs
V25.1
  • StrongRandom.Next() Method

    Returns a cryptographically secure, non-negative random integer.

    Namespace: DevExpress.Data.Utils.Security

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static int Next()

    Returns

    Type Description
    Int32

    A 32-bit signed integer that is greater than or equal to 0 and less than Int32.MaxValue (2147483647).

    See Also