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