Generates a random key with user-supplied entropy
public static byte[] KeyBytes( int numBytes, byte[] arrSeed )
Public Shared Function KeyBytes ( _ numBytes As Integer, _ arrSeed As Byte() _ ) As Byte()
Array of random bytes
See Example1
VB6/C equivalent: RNG_KeyBytes