func math/rand.Read

one use

	math/rand (current package)
		rand.go#L477: func Read(p []byte) (n int, err error) { return globalRand().Read(p) }