Skip to content

Commit

Permalink
change doc for seed! thread-local -> task-local (JuliaLang#41341)
Browse files Browse the repository at this point in the history
default rng is task-local not thread-local?
  • Loading branch information
GregPlowman authored and jessymilare committed Sep 11, 2021
1 parent eda5162 commit 4ce0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Random/src/Random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ After the call to `seed!`, `rng` is equivalent to a newly created
object initialized with the same seed.
If `rng` is not specified, it defaults to seeding the state of the
shared thread-local generator.
shared task-local generator.
# Examples
```julia-repl
Expand Down

0 comments on commit 4ce0f8f

Please sign in to comment.