func crypto/rand.Read

2 uses

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

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