On Mon, 14 Sep 2015 19:02:58 +0200 Sturla Molden <[email protected]> wrote: > On 14/09/15 10:34, Antoine Pitrou wrote: > > > If Numpy wanted to switch to a different generator, and if Numba wanted > > to remain compatible with Numpy, one of the PCG functions would be an > > excellent choice (also for CPU performance, incidentally). > > Is Apache license ok in NumPy?
While I don't know Numpy's policy precisely, I have no idea why a modern non-copyleft license such as Apache wouldn't be ok. That said, PCG looks simple enough that you can reimplement it (or at least the variants that are of interest to you) independently without too much effort. Regards Antoine. _______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.scipy.org/mailman/listinfo/numpy-discussion
