internal/chacha8rand.State.Next (method)
6 uses
internal/chacha8rand (current package)
chacha8.go#L54: func (s *State) Next() (uint64, bool) {
chacha8.go#L117: x, ok := s.Next()
math/rand/v2
chacha8.go#L40: x, ok := c.state.Next()
runtime
rand.go#L70: if x, ok := globalRand.state.Next(); ok {
rand.go#L127: if x, ok := globalRand.state.Next(); ok {
rand.go#L172: x, ok := c.Next()
![]() |
The pages are generated with Golds v0.8.4. (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. |