Low level functionality to set and change the RNG state.
It's recommended to use torch_manual_seed()
for most cases.
Usage
torch_get_rng_state()
torch_set_rng_state(state)
cuda_get_rng_state(device = NULL)
cuda_set_rng_state(state, device = NULL)