mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

fix: copy rng state to callr session #104

Closed be-marc closed 4 months ago

be-marc commented 4 months ago

I've added a few comments. Callr does not copy the RNG state into the external session and the changed state must also go back into the parent session.