Skip to content

Commit c8e0531

Browse files
Update doc/api/next_api_changes/behavior/24062-tb.rst
Fix api change Co-authored-by: Ian Thomas <[email protected]>
1 parent 1ae3610 commit c8e0531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Change in TrapezoidMapTriFinder, triangulation interpolation, and refinement output due to change in shuffle.
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
With std::random_shuffle removed from C++17, TrapezouidMapTriFinder, triangular interpolation, and refinement now use std::shuffle with a new random generator leading to a different output.
3+
With std::random_shuffle removed from C++17, TrapezoidMapTriFinder, triangular grid interpolation and refinement now use std::shuffle with a new random generator which may give different results.

0 commit comments

Comments
 (0)