Plan: [SPEC7](https://scientific-python.org/specs/spec-0007/) (switch to `rng: np.random.Generator | int` args, phase out `random_state: RandomState | int`) - [rationale](https://github.com/scikit-learn/scikit-learn/issues/29315#issuecomment-2203877889) - further context: https://github.com/scverse/scanpy/issues/2969#issuecomment-2408719632 Implementation: - [x] #3372 - [x] Implement transition tools and manually transistion in #943 - [ ] Decorator for functions that transition
Plan: SPEC7 (switch to
rng: np.random.Generator | intargs, phase outrandom_state: RandomState | int)Implementation: