Skip to content

Commit

Permalink
NEWS: add news for task-local RNG split change
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Apr 1, 2023
1 parent 1eee6ef commit 079adaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Julia v1.10 Release Notes
New language features
---------------------

* When a task forks a child, the parent task's task-local RNG (random number generator) is no longer affected. The seeding of child based on the parent task also takes a more disciplined approach to collision resistance, using a design based on the SplitMix and DotMix splittable RNG schemes ([#49110]).

Language changes
----------------

Expand Down

0 comments on commit 079adaa

Please sign in to comment.