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

Generate same results #27

Open iradofurioso opened 4 years ago

iradofurioso commented 4 years ago

I added randomize("A0", 6); in a helper function. I call it first time OK. I call second time it return same result. How to return a real random?

khaled commented 4 years ago

Not able to reproduce. See https://repl.it/repls/FewTenderPup