setJuliaSeed {coconots} | R Documentation |
Set Seed for Julia's Random Number Generator
Description
Sets the seed for Julia's random number generator to ensure reproducibility.
Usage
setJuliaSeed(julia_seed)
Arguments
julia_seed |
An integer seed value to be passed to Julia's random number generator. |
Details
This function initializes the necessary Julia functions and sets the random seed for Julia. If the provided seed is NULL, the function does nothing.
Author(s)
Your Name (or the appropriate author's name)
[Package coconots version 1.1.3 Index]