Skip to content

Reproducibility

Forge Pool supports deterministic replay of distributed simulations.

This capability allows benchmark runs to be verified independently.


Deterministic Seeds

Every job may specify a root seed.

Example:


ROOT_SEED_SMOKE_001

Shard seeds are derived deterministically from the root seed.


Result Hashing

Each shard produces a result hash.

These hashes can be used to verify:

  • execution integrity
  • aggregation correctness
  • deterministic replay

Replay

Benchmark runs can be replayed by executing the same job with the same root seed.

This allows independent validation of results across different networks.

Deterministic execution infrastructure for distributed compute.