On Sun, Aug 29, 2021 at 6:58 AM Stig Korsnes <stigkors...@gmail.com> wrote:

> Thanks again Robert!
> Got rid of dict(state).
>
> Not sure I followed you completely on the test case.
>

In the code that you showed, you were pulling out and storing the `.state`
dict and then punching that back into a single `Generator` instance.
Instead, you can just make the ~200-1000 `Generator` instances.

-- 
Robert Kern
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to