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

Line 1,535:
</pre>
=={{header|Quackery}}==
 
The task [[Verify distribution uniformity/Naive|Simple Random Distribution Checker]] is not yet implemented in Quackery. This task will be updated as and when that is done. Until then, this task provides sample output of <code>dice5</code> and <code>dice7</code> in its stead.
 
<lang Quackery> [ 5 random 1+ ] is dice5 ( --> n )
Line 1,557 ⟶ 1,555:
{{out}}
 
<code>distribution</code> is defined at [[Verify distribution uniformity/Naive#Quackery]].
<pre>42243524512523512544444133452213434112335435451445
 
14551533272726224465743147421727753513665665471416
<pre>/O> ' dice7 1000000 666 distribution
...
[ 143196 142815 143451 142716 142964 142300 142558 ]
 
Stack empty.</pre>
 
=={{header|R}}==
1,462

edits