Personal tools

Haskell Quiz/Probable Iterations

From HaskellWiki

< Haskell Quiz
Revision as of 02:38, 29 September 2007 by Dolio (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


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.

1 The Problem

2 Solutions