func crypto/rand.Read

3 uses

	crypto/rand (current package)
		rand.go#L24: func Read(b []byte) (n int, err error) {

	golang.org/x/net/http2
		transport.go#L2895: 		if _, err := rand.Read(p[:]); err != nil {

	net/http
		h2_bundle.go#L9494: 		if _, err := rand.Read(p[:]); err != nil {