This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Set a seed for random number generation reproducibility
Set a seed for random number generation reproducibility in test. Use NumPy's `Generator` clas to generate random numbers. Documentation: https://numpy.org/doc/stable/reference/random/new-or-different.html
- Loading branch information