-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support plain length parameter #22
Comments
Hi @ErikBoesen |
Sorry, I think you missed this in the documentation, but |
I did read that in the documentation. What I'm suggesting is that it be possible to have one number specified for length. Right now if I want, say, a five-letter word, I have to specify |
Is your feature request related to a problem? Please describe.
My project calls for generating words of length n, rather than a range. It feels a little clunky to have to say
minLength=n, maxLength=n
.Describe the solution you'd like
Implementation of a
length
parameter to get a word of length n.Describe alternatives you've considered
N/A
Additional context
With your permission, I will implement this myself.
The text was updated successfully, but these errors were encountered: