From 2a0485e48cbae90b475932641bebb8b671d0bd31 Mon Sep 17 00:00:00 2001 From: Stefan Karpinski Date: Sat, 1 Apr 2023 12:32:57 -0400 Subject: [PATCH] NEWS: add news for task-local RNG split change --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 028c388d754aa..33fd3549284d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -----------------------------