
7 Jan
2002
7 Jan
'02
4:50 p.m.
Hi, I'm still learning Haskell too, but I recently wrote a small module which implements an infinite list of random Integers (it gets its random seed from /dev/random :) Using it means nothing more than: import DevRandom main = randomIntegers 100 >>= mapM_ print . take 10 Happy Hacking Remi -- I have so much I want to say but it doesen't matter anyway Key fingerprint = CC90 A1BA CF6D 891C 5B88 C543 6C5F C469 8F20 70F4