Generate an array of random bytes.
public static byte[] Bytes( int numBytes )
Public Shared Function Bytes ( _ numBytes As Integer _ ) As Byte()
VB6/C equivalent: RNG_Bytes
RNG_Bytes
[Contents] [Index]