Mirrored from the engine repository. Prefer reading here for a consistent experience; use GitHub for file history and blame.
Every analyze() call returns metadata you should persist when comparing runs or filing bug reports.
TypeScript
Rules of thumb
- Same logical input and config should yield the same hashes for a fixed engine version.
- Changing decimals or seed changes
configHashand may change outputs. - After formula or canonicalization changes, refresh test vectors (see
packages/test-vectors/CONFORMANCE.md; runnpm run engine:vectors:refresh-metadatafrom the engine repository root when that script exists in your checkout).
See [OPEN_CORE_REPRODUCIBILITY.md] for CI gates and release checks.