NonCryptographicRandom.NextBytes(Byte[]) Method
Fills the specified array with random bytes.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| buffer | Byte[] | The byte array to fill with random values. |
See Also