| .rxGetSeed | R Documentation |
Get the random seed for the session
.rxGetSeed()
A list with the following components:
seed The random seed for the session. This is the value of
.Random.seed in the global environment.
kind The random number generator kind for the session. This is
the value of RNGkind() for the session.
rxseed The rxode2 random seed for the session. This
is the value of rxGetSeed() for the session.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.