Generate an array of random bytes with a prompt for random keyboard input.
public static byte[] BytesWithPrompt( int numBytes, Rng.Strength strength )
Public Shared Function BytesWithPrompt ( _ numBytes As Integer, _ strength As Rng.Strength _ ) As Byte()
VB6/C equivalent: RNG_BytesWithPrompt