Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop rand dependency in favor of getrandom #16

Merged
merged 3 commits into from
Aug 3, 2024
Merged

Drop rand dependency in favor of getrandom #16

merged 3 commits into from
Aug 3, 2024

Conversation

TroyNeubauer
Copy link
Collaborator

We only use rand's facilities when opening an adapter when the user doesn't specify a GUID. This happens rarely enough that we should just call into getrandom instead and save some steps.

@TroyNeubauer TroyNeubauer merged commit e7f470b into main Aug 3, 2024
11 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants