I understand what set.seed() does and when I might use it, but I still have many questions about the function. Here are a few:
- Is it possible to “reset”
set.seed()to something “more random” if you have calledset.seed()earlier in your session? Is that even necessary? - Is it possible to view the seed that R is currently using?
- Is there a way to make
set.seed()allow alphanumeric seeds, the way one can enter them at random.org (be sure you are in the advanced mode, and see “Part 3” of the form to see what I mean)?
Just for fun:
So you can do:
(in fact
xcan be any R object, not just an alphanumeric string)