Click or drag to resize
Accord.NET (logo)

ThreadSafeRandomNextBytes Method

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

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public override void NextBytes(
	byte[] buffer
)
Request Example View Source

Parameters

buffer
Type: SystemByte
An array of bytes to contain random numbers.
Remarks
See NextBytes(Byte) for more information.
See Also