math/rand.Rand.Seed (method, view implemented interface methods)
2 uses
math/rand (current package)
rand.go#L73: func (r *Rand) Seed(seed int64) {
rand.go#L303: func Seed(seed int64) { globalRand.Seed(seed) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)