seed_rng | R Documentation |
Seed the RNG state possibly with a user supplied seed
seed_rng(seed = NULL)
seed |
numeric seed for RNG. See |
A list containing seed
, the supplied seed, initial_state
,
the initial state of the RNG before the seed was set, and
kind
, the type of RNG used, as returned by base::RNGkind()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.