Dagger.jl
Dagger.jl copied to clipboard
Propagate RNG state to tasks
We should propagate the RNG state (just like Base tasks do right now) across tasks. We should also implement a scheduler option to set an RNG that we'll serialize and use to generate random numbers (and we will need to track the RNG state per-task).