I'm trying to generate random numbers from a given scipy stats random distribution, in my case a negative binomial distribution.
The documentation isn't entirely clear to me. Unfortunately, the documentation is a bit sparse: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.nbinom.html
This should be really simple.