You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @matherealize , thanks for opening the issue. You are correct that setting the seed requires a direct call to Julia. For now, I will update the readme to show the proper way to set the seed. Do note that it is probably still a good idea to set the seed in R at the same time to ensure reproducibility.
I'm interested in using your package for simulations. However, at the moment it seems that setting a random seed requires a direct call to Julia.
In the readme it is shown to use "set.seed()" in R, but in my example this has no effect since the seed is not passed to Julia.
It DOES work if I set the seed in Julia myself:
It would be great if this could be updated / implemented. Maybe documenting this is already enough as well. Thank you for your work!
Version: 0.11.2 from CRAN
R: 4.1.1
The text was updated successfully, but these errors were encountered: