Verify distribution uniformity/Naive: Difference between revisions

Content added Content deleted
Line 1,575: Line 1,575:
=={{header|Quackery}}==
=={{header|Quackery}}==


The word <code>task</code> tests a specified word (Quackery function) which should return numbers in the range 1 to 7 inclusive. The word <code>dice7</code>, which satisfies this requirement, is defined at [[Seven-sided dice from five-sided dice#Quackery]].
The word <code>distribution</code> tests a specified word (Quackery function) which should return numbers in the range 1 to 7 inclusive. The word <code>dice7</code>, which satisfies this requirement, is defined at [[Seven-sided dice from five-sided dice#Quackery]].


<lang Quackery> [ stack [ 0 0 0 0 0 0 0 ] ] is bins ( --> s )
<lang Quackery> [ stack [ 0 0 0 0 0 0 0 ] ] is bins ( --> s )