func math/rand/v2.Uint64

2 uses

	math/rand/v2 (current package)
		rand.go#L288: func Uint64() uint64 { return globalRand.Uint64() }

	internal/concurrent
		hashtriemap.go#L37: 		seed:     uintptr(rand.Uint64()),