Difference between revisions of "Haskell Quiz/Probable Iterations"

From HaskellWiki
Jump to navigation Jump to search
(creation)
 
(No difference)

Latest revision as of 02:38, 29 September 2007


The object of this quiz was to write a program that verifies a particular probability calculation involving dice by generating all possible outcomes and testing how many there are and how many are true.

The Problem

Solutions