func math/rand.Int31n

one use

	math/rand (current package)
		rand.go#L448: func Int31n(n int32) int32 { return globalRand().Int31n(n) }