Skip to content
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

Minimum or fixed integer length #34

Open
jonagoldman opened this issue Dec 2, 2017 · 1 comment
Open

Minimum or fixed integer length #34

jonagoldman opened this issue Dec 2, 2017 · 1 comment

Comments

@jonagoldman
Copy link

I need some level of control over the generated integer length.
I don't know if this is even possible as I don't see any updates on #15.
If a fixed length is not possible, maybe a minimum length can be easier to implement?

@courtney-miles
Copy link
Contributor

PR #36 introduces flexibility around this.

Note that from what I could see, the maths for generating the integers requires a binary numbers. This means you could restrict the numbers to 65535 but not 99999.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants