type internal/chacha8rand.State
11 uses
internal/chacha8rand (current package)
chacha8.go#L27: type State struct {
chacha8.go#L44: func (s *State) Next() (uint64, bool) {
chacha8.go#L54: func (s *State) Init(seed [32]byte) {
chacha8.go#L64: func (s *State) Init64(seed [4]uint64) {
chacha8.go#L75: func (s *State) Refill() {
chacha8.go#L103: func (s *State) Reseed() {
chacha8.go#L123: func Marshal(s *State) []byte {
chacha8.go#L141: func Unmarshal(s *State, data []byte) error {
math/rand/v2
chacha8.go#L16: state chacha8rand.State
runtime
rand.go#L29: state chacha8rand.State
runtime2.go#L642: chacha8 chacha8rand.State
![]() |
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. |