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

[dep] Use Rand type instead of deprecated rand.Seed #39

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

georgezgeorgez
Copy link
Collaborator

Determinstic random generator should not be set by rand.Seed
https://pkg.go.dev/math/rand#Seed
golang/go#56319

@georgezgeorgez
Copy link
Collaborator Author

tests are still passing

@georgezgeorgez georgezgeorgez changed the title Use Rand type instead of deprecated rand.Seed [dep] Use Rand type instead of deprecated rand.Seed Sep 28, 2023
@0x3639
Copy link
Collaborator

0x3639 commented Sep 30, 2023

I will approve after @sumamu reviews.

@0x3639
Copy link
Collaborator

0x3639 commented Oct 10, 2023

@sumamu I think you missed this last PR. Once you approve it so will I. thx!

@sumamu
Copy link
Collaborator

sumamu commented Oct 14, 2023

@sumamu I think you missed this last PR. Once you approve it so will I. thx!

I looked into it a bit, then realized those were the unit tests so we're good to go.

@georgezgeorgez georgezgeorgez merged commit d92e3be into master Oct 14, 2023
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.

4 participants