Non-transitive dice: Difference between revisions

m
(→‎{{header|Phix}}: added 924^3 test)
Line 583:
"0.3s"
</pre>
=== Stretch: length-3 combinations of 1..6 6-sided dice ===
With the recent optimisations I can just about stretch to power(924,3), but I think I was right to skip power(924,4) above...<br>
I have estimated that power(3003,3) would probably take around 4 hours
<lang Phix>t0 = time()
mx = 6
7,815

edits