Bridge

Random..::..NextBytes Method

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual void NextBytes(
	byte[] buffer
)
Public Overridable Sub NextBytes ( _
	buffer As Byte() _
)
public:
virtual void NextBytes(
	array<unsigned char^>^ buffer
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
An array of bytes to contain random numbers.