MersenneTwisterNextBytes Method

Fills the elements of a specified array of bytes with random numbers.

Definition

Namespace: Metas.UncLib.Core.RandomGenerator
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public override void NextBytes(
	byte[] buffer
)

Parameters

buffer  Byte

See Also