rand_seed | R Documentation |
This expression returns .Random.seed
when eval(rand_seed)
and
NULL
otherwise.
rand_seed
It is designed to work with opts_chunk$set(cache.extra = rand_seed)
for reproducibility of chunks that involve with random number generation. See
references.
https://yihui.org/knitr/demo/cache/
eval(rand_seed)
rnorm(1) # .Random.seed is created (or modified)
eval(rand_seed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.