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

Replace rand.Seed #821

Open
dasnellings opened this issue Apr 17, 2023 · 0 comments
Open

Replace rand.Seed #821

dasnellings opened this issue Apr 17, 2023 · 0 comments

Comments

@dasnellings
Copy link
Member

rand.Seed has been depreciated as of Go 1.2. We need to replace instances of rand.Seed in gonomics by generating a new random source that is only used by the local function and using the new source instead of the global rand source throughout the function.

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

No branches or pull requests

1 participant