The seeds section currently records PYTHONHASHSEED, any *_SEED environment variable, and seeds passed in programmatically. An optional import-time shim that records the last value passed to random.seed, numpy.random.seed and torch.manual_seed would capture seeds set in code without the caller wiring them in by hand.
The seeds section currently records PYTHONHASHSEED, any *_SEED environment variable, and seeds passed in programmatically. An optional import-time shim that records the last value passed to random.seed, numpy.random.seed and torch.manual_seed would capture seeds set in code without the caller wiring them in by hand.