NonCryptographicRandom.NextBytes(Int32) Method
Returns a new byte array filled with random bytes.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
count | Int32 | The number of random bytes to generate. |
Returns
Type | Description |
---|---|
Byte[] | A byte array filled with random bytes. |
See Also