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

feat: simplify getrandom call #325

Merged
merged 1 commit into from
Feb 15, 2025
Merged

feat: simplify getrandom call #325

merged 1 commit into from
Feb 15, 2025

Conversation

Stebalien
Copy link
Owner

New in getrandom 0.3, we can now get numbers directly. On some systems, this'll use special CPU instructions and can be instantaneous. We're not using them for crypto, so I'm not going to be picky.

New in getrandom 0.3, we can now get numbers directly. On some systems,
this'll use special CPU instructions and can be instantaneous. We're not
using them for crypto, so I'm not going to be picky.
@Stebalien Stebalien merged commit 35e0629 into master Feb 15, 2025
14 checks passed
@Stebalien Stebalien deleted the steb/simplify-getrandom branch February 15, 2025 22:34
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

Successfully merging this pull request may close these issues.

1 participant