catch2/tests
Martin Hořeňovský 28c66fdc5a
Make uniform_floating_point_distribution reproducible
By moving to use our `uniform_integer_distribution`, which is
reproducible across different platforms, instead of the stdlib
one which is not, we can provide reproducible results for `float`s
and `double`s. Still no reproducibility for `long double`s, because
those are too different across different platforms.
2023-12-10 19:53:41 +01:00
..
ExtraTests Clean up explanation in tests 2023-07-12 11:49:43 +02:00
SelfTest Make uniform_floating_point_distribution reproducible 2023-12-10 19:53:41 +01:00
TestScripts 2 more TEST_CASEs to DiscoverTests/register-tests.cpp 2023-07-04 00:06:24 +02:00
CMakeLists.txt Add helpers for implementing uniform integer distribution 2023-12-10 19:53:36 +01:00
meson.build Add helpers for implementing uniform integer distribution 2023-12-10 19:53:36 +01:00