API symbolsfork_rng
Copy
tensorplay.fork_rng
- tensorplay.fork_rng(devices=None, enabled=True, _caller='fork_rng', _devices_kw='devices')[source]
Forks the RNG state: code inside the context gets a pristine RNG.
Saves the CPU RNG state on entry and restores it on exit, so random operations inside the block do not advance the outer stream (mirrors
torch.random.fork_rng). CUDA devices are not forked; passdevices=[]explicitly to acknowledge that (same contract as torch).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
