func math/rand.Seed

one use

	math/rand (current package)
		rand.go#L303: func Seed(seed int64) { globalRand.Seed(seed) }