RandomNumberGenerator: GetBytes

GetBytes

Fills the array with random byte values.



 Public Sub GetBytes(
	  ByRef Data ( ) As Byte )

Parameters

Data
[ByRef] Byte. The array to fill with random data.

See Also

Project CorLib Overview

Class RandomNumberGenerator Overview