Skip to main content
All docs
V25.1
  • NonCryptographicRandom.System Property

    Gets an instance of NonCryptographicRandom seeded by the system clock.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static NonCryptographicRandom System { get; }

    Property Value

    Type Description
    NonCryptographicRandom

    A random number generator.

    See Also