Click or drag to resize

IRandomNextBytes Method

Fills the given array with random bytes.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
void NextBytes(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
See Also