math/rand/v2: add Rand.N · Issue #77853 · golang/go

The math/rand/v2 package contains a useful generic N function: // N returns a pseudo-random number in the half-open interval [0,n) from the default Source. // The type parameter Int can be any inte...