Expunge revision histories in files.
[u/mdw/catacomb] / fibrand.h
index 10b683f..5a75542 100644 (file)
--- a/fibrand.h
+++ b/fibrand.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fibrand.h,v 1.2 2000/06/17 10:54:59 mdw Exp $
+ * $Id: fibrand.h,v 1.3 2004/04/08 01:36:15 mdw Exp $
  *
  * Fibonacci generator
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fibrand.h,v $
- * Revision 1.2  2000/06/17 10:54:59  mdw
- * Typesetting fixes.
- *
- * Revision 1.1  1999/12/10 23:15:27  mdw
- * Noncryptographic random number generator.
- *
- */
-
 /*----- Notes on the Fibonacci generator ----------------------------------*
  *
  * The generator was originally suggested by G. J. Mitchell and D. P. Moore