mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 21:44:45 +01:00

This means that if you nest multiple random generators inside one test case, they will not return the same sequence of numbers. Idea taken from #1736 by Amit Herman. Closes #1736 Closes #1734