Currently the algorithm uses mixed case for the seed - then if the results are just upper case or lower case it applies a string format. It'd be better to have upper, lower, and mixed only added to the seed as required. In alphanumeric in particular it means that a letter is more likely to be chosen than a number.
Currently the algorithm uses mixed case for the seed - then if the results are just upper case or lower case it applies a string format. It'd be better to have upper, lower, and mixed only added to the seed as required. In alphanumeric in particular it means that a letter is more likely to be chosen than a number.