catch2/projects
Martin Hořeňovský a5a22cdadb
Have the random generators use the global rng instance
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
2019-10-07 21:53:07 +02:00
..
ExtraTests Add an extra test for benchmarking macros 2019-06-06 21:29:25 +02:00
SelfTest Have the random generators use the global rng instance 2019-10-07 21:53:07 +02:00
XCode/OCTest Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
CMakeLists.txt Introduce Catch's own RNG based on the PCG family of RNGs 2019-10-07 19:56:23 +02:00