I want to get the seed back which I set using set.seed()
. Say if I set seed as set.seed(123)
, I want to get 123 back if I called some sort of function like get_seed()
.
I want to make sure that if the seed is set properly. Also, I want to see what's the value of seed when I set using Sys.time()
.