NonCryptographicRandom(Int32) Constructor
Initializes a new instance of the NonCryptographicRandom class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
Declaration
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