Skip to content

Commit a2f3e0f

Browse files
GregPlowmanjohanmon
authored andcommitted
change doc for seed! thread-local -> task-local (JuliaLang#41341)
default rng is task-local not thread-local?
1 parent 5b1f776 commit a2f3e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Random/src/Random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ After the call to `seed!`, `rng` is equivalent to a newly created
392392
object initialized with the same seed.
393393
394394
If `rng` is not specified, it defaults to seeding the state of the
395-
shared thread-local generator.
395+
shared task-local generator.
396396
397397
# Examples
398398
```julia-repl

0 commit comments

Comments
 (0)