Generates a random key in hex format with user-supplied entropy
public static string KeyHex( int numBytes, byte[] arrSeed )
Public Shared Function KeyHex ( _ numBytes As Integer, _ arrSeed As Byte() _ ) As String
Random bytes in hex format
VB6/C equivalent: RNG_KeyHex