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