[Numpy-discussion] Low-level API for Random

Matti Picus matti.picus at gmail.com
Fri Sep 20 09:02:58 EDT 2019


On 20/9/19 2:18 pm, Neal Becker wrote:
> I have used C-api in the past, and would like to see a convenient and
> stable way to do this.  Currently I'm using randomgen, but calling
> (from c++)
> to the python api.  The inefficiency is amortized by generating and
> caching batches of results.
>
> I thought randomgen was supposed to be the future of numpy random, so
> I've based on that.
>

It would be good to have actual users tell us what APIs they need.

Are you using the BitGenerators or only the higher level Generator 
functions?




More information about the NumPy-Discussion mailing list