odissei-lifecourse / layered_walk

MIT License
0 stars 0 forks source link

use numpy rng #7

Open f-hafner opened 1 month ago

f-hafner commented 1 month ago

instead of np.random.rand, use np.random.default_rng throughout. it's used load_data, but not in walks.py.