Skip to content

Commit

Permalink
change doc for seed! thread-local -> task-local (#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 Jun 24, 2021
1 parent bb52621 commit ba5fffc
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

2 comments on commit ba5fffc

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.