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]