Description Usage Arguments Examples
Sets the seed for the random number generator in Julia.
1 | set_julia_seed(seed)
|
seed |
the seed to use |
1 2 3 4 5 | ## Not run:
# Set Julia seed to "12345"
set_julia_seed(12345)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.