You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Delphy runs deterministic given same seed and thread count
Patch vendored Abseil at CMake configure time to neutralize three sources of
hash container iteration nondeterminism (Hash::Seed, PerTableSalt, RandomSeed).
Remove the sort-before-RNG workaround in build_usher_like_tree that was a
partial fix for the same issue.
Store the PRNG seed in Run and output both seed and thread count in BEAST log
file headers via stamp_version_into_log_file. Route through Run rather than
globals so multiple WASM Delphy_context instances can coexist.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments