X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FRandom.hs;h=59ff30066b65f965b9cf8a19096c60ee793ec441;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=0b5286bb0f6029898eb779f74123ebc9b3c124c1;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/Random.hs b/System/Random.hs index 0b5286b..59ff300 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Random -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Random.hs,v 1.3 2002/04/11 12:03:44 simonpj Exp $ +-- $Id: Random.hs,v 1.4 2002/04/24 16:31:45 simonmar Exp $ -- -- Random numbers. --