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
Adds explicit assertions for the four reproducibility cases Max asked
about: reusing a rng advances state (different output), fresh rngs
from the same seed match, repeated int seeds match, but an int seed
is not equivalent to a rng built from that same int (different
conversion path through _to_nx_seed).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments