In the `ntheory.generate` module, there seems to be no straightforward way to generate **the first _n_** primes, equivalent to `primerange(2, prime(n) + 1)`. In contrast, the `primorial()` function supports computing the product of first _n_ primes as well as the product of primes less than or equal to _n_.