gen_new_seed_from_cur_time | R Documentation |
This function is probably similar to the seed that set.seed() uses when you don't give it an argument. This function allows you to create a similar seed but know what its value is. Using set.seed() without an argument doesn't allow you to easily regenerate the same thing without saving the large array form of seed that R uses internally.
gen_new_seed_from_cur_time()
Returns an integer seed value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.