API symbolscuda
Copy
tensorplay.cuda.random.set_rng_state
- tensorplay.cuda.random.set_rng_state(new_state: TensorBase, device: int | str | Any = 'cuda') None[source]
Set the random number generator state of the specified GPU.
- Parameters:
new_state (ByteTensor) – The desired state
device (tensorplay.Device or int, optional) – The device to set the RNG state. Default:
'cuda'(i.e., the current CUDA device).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
