comment
authorClaus Gittinger <cg@exept.de>
Tue, 02 Oct 2001 11:59:29 +0200
changeset 978 5a4c98ef6584
parent 977 a7e2a422bfdb
child 979 df76c50c02ac
comment
Random.st
--- a/Random.st	Tue Oct 02 11:33:33 2001 +0200
+++ b/Random.st	Tue Oct 02 11:59:29 2001 +0200
@@ -396,7 +396,7 @@
 !
 
 nextBytes:count
-    "return the next count bytes"
+    "return count random bytes (0..16rFF each)"
 
     |res|
 
@@ -545,5 +545,5 @@
 !Random class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.28 2001-08-22 18:26:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.29 2001-10-02 09:59:29 cg Exp $'
 ! !