Functions 7
default_generator
functionFull reference ↗- tensorplay.random.default_generator() tensorplay._C.Generator
fork_rng
functionFull reference ↗- tensorplay.random.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. The saved state is restored
get_rng_state
functionFull reference ↗- tensorplay.random.get_rng_state() tensorplay::Tensor
initial_seed
functionFull reference ↗- tensorplay.random.initial_seed() int
manual_seed
functionFull reference ↗- tensorplay.random.manual_seed(seed: SupportsInt | SupportsIndex) None
seed
functionFull reference ↗- tensorplay.random.seed() int
set_rng_state
functionFull reference ↗- tensorplay.random.set_rng_state(new_state: tensorplay::Tensor) None

