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

Content added Content deleted
(→‎{{header|Quackery}}: added commentary)
Line 1,536: Line 1,536:
=={{header|Quackery}}==
=={{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>dice</code> in its stead.
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 )
<lang Quackery> [ 5 random 1+ ] is dice5 ( --> n )