func crypto/rand.Read
8 uses
crypto/rand (current package)
rand.go#L66: func Read(b []byte) (n int, err error) {
text.go#L17: Read(src)
golang.org/x/net/http2
server.go#L1091: _, _ = rand.Read(sc.sentPingData[:])
transport.go#L2986: if _, err := rand.Read(p[:]); err != nil {
transport.go#L3075: rand.Read(payload[:])
net/http
h2_bundle.go#L5139: _, _ = rand.Read(sc.sentPingData[:])
h2_bundle.go#L10664: if _, err := rand.Read(p[:]); err != nil {
h2_bundle.go#L10753: rand.Read(payload[:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)