math/rand.Rand.Read (method, view implemented interface methods)
2 uses
math/rand (current package)
rand.go#L260: func (r *Rand) Read(p []byte) (n int, err error) {
rand.go#L359: func Read(p []byte) (n int, err error) { return globalRand.Read(p) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)