func math/rand/v2.Perm

one use

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