Hello all,

i an trying to write a custom word list generator (generators that already exist are nice but lack a feature i need)

does anyone know a good way of generating a word list but in a way where i can set min/max length and min/max letters/numbers (independently, so i could say max 5 letters and a max of 8 numbers for example) while also defining what characters to use? C++ code would be nice for those who know it, but if you don't know C++, any code will help.