func math/rand/v2.UintN

one use

	math/rand/v2 (current package)
		rand.go#L318: func UintN(n uint) uint { return globalRand.UintN(n) }