swap_seed | R Documentation |
Set seed and store a seed which can be used to reset the random number generator
swap_seed(new_seed)
new_seed |
integer. The new seed that is to be set. In case this is
parameter is missing, no changes are made and the function just returns
|
The generated seed is returned if it exists. Otherwise NULL
. In case that
new_seed
was missing, NULL
is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.