Skip to content

Commit 121dca6

Browse files
NEWS: add news for task-local RNG split change (#49217)
1 parent 1eee6ef commit 121dca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ New language features
77
Language changes
88
----------------
99

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

1112
Compiler/Runtime improvements
1213
-----------------------------

0 commit comments

Comments
 (0)