X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FRandom.hs;h=27fb7aadba3ef730fd5e1a44afb25b99bcee01cf;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=59ff30066b65f965b9cf8a19096c60ee793ec441;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/System/Random.hs b/System/Random.hs index 59ff300..27fb7aa 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -8,8 +8,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Random.hs,v 1.4 2002/04/24 16:31:45 simonmar Exp $ --- -- Random numbers. -- -----------------------------------------------------------------------------