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
math/rand
Currently, they're only available from gnovm/tests/imports.go; we should migrate them to stdlibs, except for rand.Seed which sets a global state.
gnovm/tests/imports.go
rand.Seed
And, list in the PR or in this issue some proofs that those functions are deterministic, like https://github.com/golang/go/blob/e7b04a3e166b47c1591eab13f4a451d939ae8941/src/math/rand/rand.go#L378-L381.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, they're only available from
gnovm/tests/imports.go
; we should migrate them to stdlibs, except forrand.Seed
which sets a global state.And, list in the PR or in this issue some proofs that those functions are deterministic, like https://github.com/golang/go/blob/e7b04a3e166b47c1591eab13f4a451d939ae8941/src/math/rand/rand.go#L378-L381.
The text was updated successfully, but these errors were encountered: