We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Randen is a new random number generator that is fast and secure. There is a Rust port of the reference implementation, that relies on AES intrinsics and u128. The port has been published as a separate crate by @bhickey. rand maintainers, would you be open to integrating this into the rand crate itself?
u128
rand
CC @jan-wassenberg who is the main author of Randen.
The text was updated successfully, but these errors were encountered:
Duplicate of #462.
Nice to hear there’s a rust port though, might be especially useful for our coming SIMD support.
Sorry, something went wrong.
Possibly eventually, but see our policy on new PRNGs.
No branches or pull requests
Randen is a new random number generator that is fast and secure. There is a Rust port of the reference implementation, that relies on AES intrinsics and
u128
. The port has been published as a separate crate by @bhickey.rand
maintainers, would you be open to integrating this into therand
crate itself?CC @jan-wassenberg who is the main author of Randen.
The text was updated successfully, but these errors were encountered: