Re: [Numpy-discussion] Better way to create multiple independent random number generators

2019-06-21 Thread Robert Kern
On Fri, Jun 21, 2019 at 11:39 AM Sebastian Berg wrote: > I am very happy with this new API. Right now we decided to opt for a > SeedSequence object. In the future we may opt to adding a `.spawn()` > method directly to the Generator or BitGenerator. This is mostly a > heads up, since it is a new s

[Numpy-discussion] Better way to create multiple independent random number generators

2019-06-21 Thread Sebastian Berg
Hi all, since this is going to be a new addition as part of the randomgen, I thought I would just mention it on the mailing list. The Pull Request: https://github.com/numpy/numpy/pull/13780 Implements a new SeedSequence object based on Robert Kern's proposal and especially the work by Prof. O'Ne