Random.st
changeset 232 b2a2cc7ff15e
parent 142 7f9b4315058c
child 258 c2933c08c83a
--- a/Random.st	Wed Apr 17 18:56:39 1996 +0200
+++ b/Random.st	Thu Apr 18 11:54:03 1996 +0200
@@ -25,10 +25,10 @@
 "
 
 Stream subclass:#Random
-	 instanceVariableNames:'seed'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Magnitude-Numbers'
+	instanceVariableNames:'seed'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Magnitude-Numbers'
 !
 
 !Random class methodsFor:'documentation'!
@@ -244,5 +244,5 @@
 !Random class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.13 1995-12-07 21:36:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.14 1996-04-18 09:54:03 cg Exp $'
 ! !