powered by
Set a seed both in Julia and R
.set_seed(seed)
No return value, called for side effects.
seed to be used
if (FALSE) { ## Needs previous call to `BayesFluxR_setup` which is time ## consuming and requires Julia and BayesFlux.jl BayesFluxR_setup(installJulia=TRUE, seed=123) .set_seed(123) }
Run the code above in your browser using DataLab