Skip to content

Commit

Permalink
removed Random::setSeed(getpid()) from portfolio in order to increa…
Browse files Browse the repository at this point in the history
…se reproducibility
  • Loading branch information
Johannes Schoisswohl committed Jun 25, 2021
1 parent 0afb7ed commit 108158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CASC/PortfolioMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void PortfolioMode::runSlice(Options& strategyOpt)
*env.options = opt; //just temporarily until we get rid of dependencies on env.options in solving

// this will get reset (to whatever the option says) later in ProvingHelper::runVampireSaturationImpl; but for now, we will influence potential input shuffling
Random::setSeed(getpid());
// Random::setSeed(getpid());

if (outputAllowed()) {
env.beginOutput();
Expand Down

0 comments on commit 108158b

Please sign in to comment.