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

fix: use rand_chacha for random string generation #777

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

flemingcaleb
Copy link
Collaborator

/kind bug

What this PR does / why we need it:

updates random.string to use chacha_rng instead of the built-in thread_rng

Which issue(s) this PR fixes:

Fixes #774

@flemingcaleb flemingcaleb added bug Something isn't working eldritch Related to the Eldritch language labels May 25, 2024
@flemingcaleb flemingcaleb self-assigned this May 25, 2024
Cictrone
Cictrone previously approved these changes May 27, 2024
Copy link
Collaborator

@Cictrone Cictrone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

molte bene!

@hulto hulto requested a review from Cictrone June 21, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working eldritch Related to the Eldritch language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] random.string function does not use rand_chacha::ChaCha20Rng
3 participants