We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cbe00 commit ccda834Copy full SHA for ccda834
stdlib/Random/src/Xoshiro.jl
@@ -185,8 +185,8 @@ end
185
TaskLocalRNG
186
187
The `TaskLocalRNG` has state that is local to its task, not its thread.
188
-It is seeded upon task creation, from the state of its parent task.
189
-Therefore, task creation is an event that changes the parent's RNG state.
+It is seeded upon task creation, from the state of its parent task, but without
+advancing the state of the parent's RNG.
190
191
As an upside, the `TaskLocalRNG` is pretty fast, and permits reproducible
192
multithreaded simulations (barring race conditions), independent of scheduler
0 commit comments