Use fixed seed for flaky phaser test for now.

This commit is contained in:
Daniel Kirchner 2022-01-04 18:27:31 +01:00
parent cac0f203a2
commit 671064b609

View File

@ -644,6 +644,8 @@ BOOST_AUTO_TEST_CASE(uniformCrossover_should_swap_tail_with_uniform_probability)
Chromosome chromosome1("aaaaa");
Chromosome chromosome2("cccccccccc");
SimulationRNG::reset(1);
vector<size_t> bernoulliTrials;
for (size_t i = 0; i < operationCount; ++i)
{