Non-transitive dice: Difference between revisions

m
(→‎{{header|F_Sharp|F#}}: Neater nicer naming)
Line 742:
</pre>
=== Stretch: length-3 combinations of 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.., it would probably take over two and a half ''days''.<br>
I have also estimated that power(3003,3) (ie 1..9 on the sides) would probably take around 4 hours.
<lang Phix>t0 = time()
mx = 6
7,806

edits