internal/chacha8rand.State.Next (method)
5 uses
internal/chacha8rand (current package)
chacha8.go#L44: func (s *State) Next() (uint64, bool) {
chacha8.go#L107: x, ok := s.Next()
math/rand/v2
chacha8.go#L40: x, ok := c.state.Next()
runtime
rand.go#L98: if x, ok := globalRand.state.Next(); ok {
rand.go#L141: x, ok := c.Next()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |