Skip to content

Commit

Permalink
NEWS: add news for task-local RNG split change (#49217)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored Apr 1, 2023
1 parent 1eee6ef commit 121dca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ New language features
Language changes
----------------

* 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]).

Compiler/Runtime improvements
-----------------------------
Expand Down

0 comments on commit 121dca6

Please sign in to comment.