catch2/projects/SelfTest
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
..
Baselines Introduce Catch's own RNG based on the PCG family of RNGs 2019-10-07 19:56:23 +02:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Have the random generators use the global rng instance 2019-10-07 21:53:07 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Add a generator that takes an iterator pair 2019-10-06 13:55:10 +02:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00
WarnAboutNoTests.cmake Improve reporting of unmatched filters (#1684) 2019-08-06 20:51:19 +02:00