class: RandomGenerator
authorClaus Gittinger <cg@exept.de>
Wed, 01 Oct 2014 13:18:54 +0200
changeset 3339 72f6d17dc008
parent 3338 4c5ab3702414
child 3340 8d3e3b5152c5
class: RandomGenerator comment/format in: #documentation
RandomGenerator.st
--- a/RandomGenerator.st	Wed Oct 01 13:12:17 2014 +0200
+++ b/RandomGenerator.st	Wed Oct 01 13:18:54 2014 +0200
@@ -36,8 +36,9 @@
 
 documentation
 "
-    This is a Random number generator, which uses either a OS random number generator,
-    or a ST/X internal random number generator.
+    This is a Random number generator, 
+    which uses either a OS random number generator (/dev/urandom),
+    or an ST/X internal random number generator.
 
     [author:]
         Stefan Vogel
@@ -377,11 +378,11 @@
 !RandomGenerator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.12 2014-03-05 11:38:57 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.13 2014-10-01 11:18:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.12 2014-03-05 11:38:57 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.13 2014-10-01 11:18:54 cg Exp $'
 ! !