We are still using numpy's old random API in many places. It would be good to migrate to the recommended np.random.default_rng.
This might turn out to be difficult, given our many tests that need to remain compatible with matlab, etc.
xrefs:
cc @a-hurst
We are still using numpy's old random API in many places. It would be good to migrate to the recommended
np.random.default_rng.This might turn out to be difficult, given our many tests that need to remain compatible with matlab, etc.
xrefs:
cc @a-hurst