diff --git a/test/yulPhaser/Mutations.cpp b/test/yulPhaser/Mutations.cpp index c42ff4e35..8e1d0238b 100644 --- a/test/yulPhaser/Mutations.cpp +++ b/test/yulPhaser/Mutations.cpp @@ -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 bernoulliTrials; for (size_t i = 0; i < operationCount; ++i) {