xkcd 221

As of March 2020, School of Haskell has been switched to read-only mode.

getRandomNumber()

From: http://xkcd.com/221/

import System.Random

main = randomRIO (1, 6 :: Int)
comments powered by Disqus