
9 Feb
2007
9 Feb
'07
7:28 p.m.
Well, nobody likes tainting their beautiful pure code with IO, so I rewrote the Random module to take advantage of the latest research [1]:
module Random where
getRandom = 4
Cheers, D. [1] http://xkcd.com/c221.html -- Dougal Stanton

9 Feb
9 Feb
8:17 p.m.
That's definitely the lazy approach!
On 2/9/07, Dougal Stanton
Well, nobody likes tainting their beautiful pure code with IO, so I rewrote the Random module to take advantage of the latest research [1]:
module Random where
getRandom = 4
Cheers,
D.
-- Dougal Stanton _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
6676
Age (days ago)
6676
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Wagner
-
Dougal Stanton