Description Usage Arguments Value Examples
Create SeedParams object
1 | SeedParams(toSeed = TRUE, seedForRNG = 0)
|
toSeed |
Should this sequence be run with a specific initial seed? If so, then the seed is specified by the parameter seedForRNG; else a seed based on system time is used |
seedForRNG |
seed to a (pseudo)random number generator, only used if 'toSeed' is TRUE |
A bundling of the parameters given to it as a SeedParams object
1 | seedParams <- SeedParams(toSeed = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.