Open
Description
Motivation
Using manual_seed
as a global seeding mechanism makes tests inter-dependent. This is not desirable.
vision provides a custom fix for that.
Solution
Copy-paste the §prevent_leaking_rng` from vision.
Using manual_seed
as a global seeding mechanism makes tests inter-dependent. This is not desirable.
vision provides a custom fix for that.
Copy-paste the §prevent_leaking_rng` from vision.