-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to generate random number 58 bit length ? #20
Comments
Can you elaborate ? This library is not really about number generation per se, but rather about a faster replacement for Please describe what you are trying to do. |
I try to generate binary number's in length from 68 to 120 bits(0 and 1). random.randint is too slow for me, and not get result. I compare all generated numbers for ex,thith this 60 bit lenght number: 0b010110010001111011101000010000011101011010111110101010111100 And then I find number, code break. ??? Thank you very mach for your answers !! |
So call
|
If you need a 120 bits, call |
Thank you so mach, Mister )) |
Subj.
?
Thank you for your really fast random number generator.
;)
The text was updated successfully, but these errors were encountered: