For example, on Windows, if you run a few times: ``` set.seed(1) digest::sha1(.Random.seed) sess <- callr::r_session$new() digest::sha1(.Random.seed) ``` You'll see that it that the RNG state is different after every execution.