Releases: aldobarr/random-string-generator
Releases · aldobarr/random-string-generator
v1.1.1
The Flexible generator calculated the max length of the string - 1 on every run of the loop. Instead just do that outside of the loop when strlen is called.