icecube / flarestack

Unbinned likelihood analysis code for astroparticle physics datasets
https://flarestack.readthedocs.io/en/latest/?badge=latest
MIT License
8 stars 7 forks source link

Transition to numpy default_rng as provider for random functions #129

Open mlincett opened 2 years ago

mlincett commented 2 years ago

According to current numpy documentation, random functions should now use an instance of default_rng rather than numpy.random direct methods.

robertdstein commented 2 years ago

Seems reasonable!

mlincett commented 2 years ago

Seems reasonable!

Yes, we already agreed on that! I have just been too lazy/busy to fix this in the meantime, but let's keep it on my watch.