This commit is contained in:
StellaOps Bot
2025-11-27 21:09:47 +02:00
parent e901d31acf
commit cfa2274d31
15 changed files with 123 additions and 47 deletions

View File

@@ -16,6 +16,8 @@ public sealed class DeterminismContext
ConcurrencyLimit = concurrencyLimit;
}
public bool IsDeterminismEnabled => FixedClock || RngSeed.HasValue || ConcurrencyLimit.HasValue || FilterLogs;
public bool FixedClock { get; }
public DateTimeOffset FixedInstantUtc { get; }