Re: [Numpy-discussion] Multinomial random sampling

2020-10-29 Thread Robert Kern
On Thu, Oct 29, 2020 at 5:19 PM Currurant wrote: > I wonder if there is an efficient way to draw multinomial random samples. > For > univariate sampling, we can do that for different parameters and desired > shape, but neither of rng nor multinomial function in numpy.random is able > to achieve t

[Numpy-discussion] Multinomial random sampling

2020-10-29 Thread Currurant
I wonder if there is an efficient way to draw multinomial random samples. For univariate sampling, we can do that for different parameters and desired shape, but neither of rng nor multinomial function in numpy.random is able to achieve that. To be specific, can we draw multinomial samples for diff