Replies: 1 comment 1 reply
-
For instance in See https://gist.github.com/joepie91/7105003c3b26e65efcea63f3db82dfba#bias |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I was wondering about the usage of a bitmask in the customRandom function:
Why did you not simply used the modulus operator ? Is this only for performance or is there cryptographic implications ?
Beta Was this translation helpful? Give feedback.
All reactions