sapai icon indicating copy to clipboard operation
sapai copied to clipboard

Updating to new NumPy RandomState

Open manny405 opened this issue 2 years ago • 0 comments

@JorVLP Pointed out in #91 that NumPy has a new implementation of RandomState, now called Generator. Seeding for deterministic outcomes should be re-examined and possibly updated. Changes can also be benchmarked against previous notes:

https://github.com/manny405/sapai/blob/ec22d8306ac4f50f1f3c7df1b5a5ec85b367954d/sapai/rand.py#L4-L14

manny405 avatar Sep 28 '22 01:09 manny405