randomatic
randomatic copied to clipboard
Not always using all the types in the pattern
const password = randomize("aA0", 8); console.log({password}); //{ password: 'lfwWBUif' }
in this case it didn't include any Numeric character
I know this has been a while, but I'm getting this updated and wanted to address this. The readme docs indicate that any of those characters may be used. I didn't see anything that said that all the characters would be used though.
However, I do think it should provide that option. I'll leave this open for commentary while I work on updating the lib.