Collection of handy extensions used throughout the library.
Replaces every ? char for this String receiver with a random upper-case letter from the English alphabet and returns the modified String.
?
Allows for a Mutator to be applied directly to a given Generator
Returns a random element of a list
Returns a random letter from Alphabet.source
Replaces every # char for this String receiver with a random int from 0 to 9 inclusive and returns the modified String.
#