pub fn reset_test_uuid_rng()Expand description
Resets the per-thread test UUID state to its seed.
Only needed under runners that share a process across tests (e.g. plain cargo test); under
nextest each test starts with fresh thread-local state already.