Random.st
changeset 978 5a4c98ef6584
parent 973 ec6bced2d1f5
child 998 5f66a2dd6b7d
--- 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 $'
 ! !