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