UNRELIABLE VALUE: Future (‘<none>’) unexpectedly generated random numbers without specifying argument 'seed'. #586
-
I am using: Although it works, I get the following error:
I do not know how/where to add seed=TRUE. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi. See |
Beta Was this translation helpful? Give feedback.
Hi. See
?furrr::future_map
. The first example shows how to do it.