seed_rng.RdSeed the RNG state possibly with a user supplied seed
seed_rng(seed = NULL)numeric seed for RNG. See base::set.seed().
A list containing seed, the supplied seed, initial_state,
the initial state of the RNG before the seed was set, and
kind, the type of RNG used, as returned by base::RNGkind().