ThreadSafeRandomNextBytes(Byte) Method

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

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public override void NextBytes(
	byte[] buffer
)

Parameters

buffer  Byte
An array of bytes to contain random numbers.

See Also