Fills the elements of a specified array of bytes with random numbers.
Namespace:
Demo3D.Common.Random
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntaxpublic override void NextBytes(
byte[] buffer
)
Parameters
- buffer
- Type: SystemByte
An array of bytes to contain random numbers.
See Also