set_seed | R Documentation |
This function initializes a random number generator that sets the random seed in both R and Python to ensure reproducible results from the package.
set_seed(seed)
seed |
a single integer value. |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
No return value.
## Not run:
# See dgp() for an example.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.