You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: