We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
golang.org/x/exp/rand
math/rand/v2
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 replace golang.org/x/exp/rand as proposed in golang/go#61716.
Once math/rand/v2 has shipped, we would tag and delete x/exp/rand.
https://go.dev/doc/go1.22#math_rand_v2 ↩
The text was updated successfully, but these errors were encountered:
we'll need Gonum to update to the new API before Go-HEP can as well. (we are e.g. using gonum/stat/distuv)
gonum/stat/distuv
Sorry, something went wrong.
all: migrate to math/rand/v2
cd4c457
Fixes go-hep#1025 Signed-off-by: Sebastien Binet <binet@cern.ch>
Successfully merging a pull request may close this issue.
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: