rxGetSeed | R Documentation |
Get the rxode2 seed
rxGetSeed()
rxode2 seed state or -1 when the seed isn't set
rxSetSeed, rxWithSeed, rxWithPreserveSeed
# without setting seed
rxGetSeed()
# Now set the seed
rxSetSeed(42)
rxGetSeed()
rxnorm()
rxGetSeed()
# don't use the rxode2 seed again
rxSetSeed(-1)
rxGetSeed()
rxnorm()
rxGetSeed()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.