We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a29b2c commit 6d717b1Copy full SHA for 6d717b1
1 file changed
examples/Evolve/MAP-Elites.cc
@@ -26,7 +26,7 @@ int main()
26
27
std::cout << "START!" << std::endl;
28
29
- emp::Random random;
+ emp::Random random(1);
30
emp::World<org_t> map_world(random);
31
32
std::cout << "World build." << std::endl;
0 commit comments