powered by
Sets the seed for julia's random number generator to ensure reproducibility.
setJuliaSeed(julia_seed)
An integer seed value to be passed to julia's random number generator.
Manuel Huth
This function initializes the necessary julia functions and sets the random seed for julia. If the provided seed is NULL, the function does nothing.