randomSeed | R Documentation |
Sets and resets the .Random.seed in the global environment.
randomSeed(action=c("set", "advance", "reset", "get"), seed=NULL, kind=NULL, backup=TRUE)
action |
A |
seed |
Random seed to be set; only for |
kind |
(optional) A |
backup |
If |
Returns a .Random.seed
.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.