Gets a string of random characters from a given alphabet
The length of the resulting string
An string with characters used for random picks. Default Alphabet is alphanumeric without special chars
A string with random characters of given length
An error if alphabet is empty or too large (2^16 chars is limit)
Gets a string of random characters from a given alphabet