func math/rand.Int63n

one use

	math/rand (current package)
		rand.go#L327: func Int63n(n int64) int64 { return globalRand.Int63n(n) }