Random.st
changeset 36 d046fe84ea67
parent 31 e223f3cf2995
child 65 8fdf5f30225f
--- a/Random.st	Fri Aug 05 03:06:59 1994 +0200
+++ b/Random.st	Fri Aug 05 03:08:16 1994 +0200
@@ -42,6 +42,8 @@
 Random comment:'
 Copyright (C) 1988, 1989 Free Software Foundation, Inc.
 Written by Steve Byrne.
+
+$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.7 1994-08-05 01:07:09 claus Exp $
 '!
 
 !Random class methodsFor: 'documentation'!
@@ -76,7 +78,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.6 1994-06-02 17:20:05 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.7 1994-08-05 01:07:09 claus Exp $
 "
 !