Click or drag to resize

MT19937NextBytes Method

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
Syntax
C#
public override void NextBytes(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
An array of bytes to contain random numbers.
See Also