setJuliaSeed | R Documentation |
Sets the seed for Julia's random number generator to ensure reproducibility.
setJuliaSeed(julia_seed)
julia_seed |
An integer seed value to be passed to Julia's random number generator. |
This function initializes the necessary Julia functions and sets the random seed for Julia. If the provided seed is NULL, the function does nothing.
Your Name (or the appropriate author's name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.