NonCryptographicRandom.Default Property
In This Article
Gets an instance of NonCryptographicRandom
initialized with a hard-coded seed.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static NonCryptographicRandom Default { get; }
#Property Value
Type | Description |
---|---|
Non |
A random number generator. |
See Also