Seven-sided dice from five-sided dice: Difference between revisions

m
→‎{{header|Python}}: conceal the anchor; not readable
(New task and Python solution)
 
m (→‎{{header|Python}}: conceal the anchor; not readable)
Line 33:
 
dice7 = dice7generator()</lang>
Distribution check using [[Random Distribution Checker#python|Random Distribution Checker]]:
<pre>>>> distcheck(dice5, 1000000, 1)
{1: 200244, 2: 199831, 3: 199548, 4: 199853, 5: 200524}
Anonymous user