Skip to main content
All docs
V25.1
  • NonCryptographicRandom(Int32) Constructor

    Initializes a new instance of the NonCryptographicRandom class with specified settings.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public NonCryptographicRandom(
        int seed
    )

    Parameters

    Name Type Description
    seed Int32

    A number used to calculate a starting value for the random number generator. If a negative number is specified, the absolute value of the number is used.

    See Also