FastRandomNextBytes Method |
Fills the elements of a specified array of bytes with random numbers.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void NextBytes(
byte[] buffer
)
Parameters
- buffer
- Type: SystemByte
An array of bytes to contain random numbers.
See Also