Skip to content

Commit 079adaa

Browse files
NEWS: add news for task-local RNG split change
1 parent 1eee6ef commit 079adaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Julia v1.10 Release Notes
44
New language features
55
---------------------
66

7+
* 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]).
8+
79
Language changes
810
----------------
911

0 commit comments

Comments
 (0)