sfstoolbox / sfs-python

SFS Toolbox for Python
https://sfs-python.readthedocs.io
MIT License
66 stars 20 forks source link

Change RandomState to default_rng #160

Open mgeier opened 4 years ago

mgeier commented 4 years ago

This is used in sfs.array.linear_random().

IIUC, this has been changed in NumPy 1.17, so we should probably wait a while before we are doing this.

See: