mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-31 15:44:47 +02:00

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.