Open f-hafner opened 1 month ago
instead of np.random.rand, use np.random.default_rng throughout. it's used load_data, but not in walks.py.
np.random.rand
np.random.default_rng
load_data
walks.py
instead of
np.random.rand
, usenp.random.default_rng
throughout. it's usedload_data
, but not inwalks.py
.