Closed joefowler closed 1 year ago
Original report by Joseph Fowler (Bitbucket: joe_fowler, ).
As of numpy 1.17 (see docs) in mid-2019, there’s a new interface for random numbers, numpy.random.Generator. We should use it. It is faster and has better randomness properties.
numpy.random.Generator
Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).
Finish switch to new numpy RPG API
Fixes #244
Original report by Joseph Fowler (Bitbucket: joe_fowler, ).
As of numpy 1.17 (see docs) in mid-2019, there’s a new interface for random numbers,
numpy.random.Generator
. We should use it. It is faster and has better randomness properties.