Currently, with the method generator.generateString(10, 20), it receives the minimum and maximum number of characters. However, it seems that the generated string always ends up being of the maximum length.
Shouldn't the length of the string be randomly chosen between the minimum and maximum number of characters? If you agree with this, I will register it as an issue.

Originally posted by @kycasdzxc in #22
Currently, with the method generator.generateString(10, 20), it receives the minimum and maximum number of characters. However, it seems that the generated string always ends up being of the maximum length.
Shouldn't the length of the string be randomly chosen between the minimum and maximum number of characters? If you agree with this, I will register it as an issue.
Originally posted by @kycasdzxc in #22