Random.st
changeset 1201 08004b394663
parent 1175 6c846afd9fbd
child 1212 96dde1bb098d
--- a/Random.st	Wed May 07 16:15:23 2003 +0200
+++ b/Random.st	Wed May 07 16:30:01 2003 +0200
@@ -296,7 +296,7 @@
     "Modified: 16.4.1997 / 16:48:26 / cg"
 ! !
 
-!Random methodsFor:'Compatibility - Squeak'!
+!Random methodsFor:'Compatibility-Squeak'!
 
 nextIntFrom:lowerBound to:upperBound
     "return a random integer in the given range"
@@ -547,5 +547,5 @@
 !Random class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.33 2003-04-10 14:45:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.34 2003-05-07 14:30:01 cg Exp $'
 ! !