func math/rand.Perm

one use

	math/rand (current package)
		rand.go#L349: func Perm(n int) []int { return globalRand.Perm(n) }