Generates a random string of a given length and alphabet.
Optional
The length of the random string (default: 20 characters).
The alphabet to use for generating the random string (default: alphanumeric).
The randomly generated string.
Generated using TypeDoc
Generates a random string of a given length and alphabet.