W3cubDocs

/PyTorch 2.9

torch.set_rng_state

torch.set_rng_state(new_state) [source]

Sets the random number generator state.

Note

This function only works for CPU. For CUDA, please use torch.manual_seed(), which works for both CPU and CUDA.

Parameters

new_state (torch.ByteTensor) – The desired state

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.set_rng_state.html