RandomNumberGenerator: GetNonZeroBytes

GetNonZeroBytes

Files the array with random byte values, ensuring no zeros are included.



 Public Sub GetNonZeroBytes(
	  ByRef Data ( ) As Byte )

Parameters

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

See Also

Project CorLib Overview

Class RandomNumberGenerator Overview