func math/rand.Perm

one use

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