On Tue, Jun 21, 2022 at 9:54 AM Pieter Eendebak
wrote:
> Hi Robert,
>
> Thanks for the information and the offer. My use case is development of
> algorithms where I want to be able to test variations of the algorithm
> while keeping the same (simulated or generated) data. Related to that are
> ex
Hi Robert,
Thanks for the information and the offer. My use case is development of
algorithms where I want to be able to test variations of the algorithm
while keeping the same (simulated or generated) data. Related to that are
example scripts part of the documentation that I want to always have t
On Sun, Jun 19, 2022 at 4:36 PM Robert Kern wrote:
> On Sun, Jun 19, 2022 at 9:37 AM Pieter Eendebak
> wrote:
>
>> Hi everyone,
>>
>> The new numpy random interface (e.g. r=numpy.random.default_rng;
>> r.random) is much faster than the old one (e.g. np.random.random). When
>> converting code fr
On Sun, Jun 19, 2022 at 9:37 AM Pieter Eendebak
wrote:
> Hi everyone,
>
> The new numpy random interface (e.g. r=numpy.random.default_rng; r.random)
> is much faster than the old one (e.g. np.random.random). When converting
> code from the old style to the new style I miss having a way to set th