jonschlinkert / randomatic

Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password")
https://github.com/jonschlinkert
MIT License
183 stars 25 forks source link

reverting pr#8 #10

Closed jonschlinkert closed 7 years ago

jonschlinkert commented 7 years ago

After reviewing locally, the logic is incorrect. This forces a-z to be used on *, and more importantly I think this makes the result "less random".