Skip to content

Commit

Permalink
Changed Seed of Microbe Benchmark (#5982)
Browse files Browse the repository at this point in the history
Changed seed of microbe benchmark to the best one I found after some testing
  • Loading branch information
PollastreGH authored Mar 5, 2025
1 parent aaea104 commit a1b85c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/benchmark/microbe/MicrobeBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ public partial class MicrobeBenchmark : BenchmarkBase
private int remainingMicrobesAtEnd;

// This used to be an int so hopefully this doesn't change things by being an int now
protected override long RandomSeed => 256345461;
protected override long RandomSeed => 223120489;

// Lively seed with slime jets and toxins, combat is quite active
// protected override long RandomSeed => 223120489;

// Quite good new seed with small cells
// protected override long RandomSeed = 256345461;
Expand Down

0 comments on commit a1b85c7

Please sign in to comment.