diff options
author | simonmar <unknown> | 2000-06-30 13:39:36 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-06-30 13:39:36 +0000 |
commit | ce6e38dc12b5feae2eb43e94d833646a9c921cda (patch) | |
tree | ee2392bb57b20e85ff4646ed43d74ca459cbe703 /ghc/lib/std/Random.lhs | |
parent | b0624daa9057eec25ddf35a9ed3c771b9c5d9c75 (diff) | |
download | haskell-ce6e38dc12b5feae2eb43e94d833646a9c921cda.tar.gz |
[project @ 2000-06-30 13:39:35 by simonmar]
- fix copyrights
- remove some unused imports
- comment formatting fixes
Diffstat (limited to 'ghc/lib/std/Random.lhs')
-rw-r--r-- | ghc/lib/std/Random.lhs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ghc/lib/std/Random.lhs b/ghc/lib/std/Random.lhs index 94aca4b7f4..a5f1667627 100644 --- a/ghc/lib/std/Random.lhs +++ b/ghc/lib/std/Random.lhs @@ -1,7 +1,10 @@ +% ------------------------------------------------------------------------------ +% $Id: Random.lhs,v 1.21 2000/06/30 13:39:36 simonmar Exp $ % -% (c) The GRASP/AQUA Project, Glasgow University, 1995-99 +% (c) The University of Glasgow, 1995-2000 % +\section[Random]{Module @Random@} The June 1988 (v31 #6) issue of the Communications of the ACM has an article by Pierre L'Ecuyer called, "Efficient and Portable Combined |