Need Help

Nick Name nick.name@inwind.it
Wed, 24 Jul 2002 01:01:24 +0200


> 
>  One possible solution under Linux is to use Haskell's lazy file I/O
>  with/dev/urandom (or /dev/random if you're doing cryptography).

Why *lazy* file IO? Couldn't just IO do the thing?

It's probably the solution of newStdGen

Vincenzo