-
Notifications
You must be signed in to change notification settings - Fork 37
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 golang.org/x/exp/rand
with math/rand/v2
#1025
Comments
we'll need Gonum to update to the new API before Go-HEP can as well. |
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Dec 20, 2024
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 14, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 14, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 17, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 18, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 18, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 18, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
sbinet
added a commit
to sbinet-hep/hep
that referenced
this issue
Feb 18, 2025
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have upgraded our minimum Go version to 1.23 in PR #1016.
Go 1.22 introduces the new
math/rand/v2
package 1, which is intended to replacegolang.org/x/exp/rand
as proposed in golang/go#61716.Footnotes
https://go.dev/doc/go1.22#math_rand_v2 ↩
The text was updated successfully, but these errors were encountered: