documentation link
authorClaus Gittinger <cg@exept.de>
Thu, 02 Oct 2014 16:30:54 +0200
changeset 3398 dbd427ec32dd
parent 3397 2c9a2efbb06c
child 3399 28d7b6c939e6
documentation link
RandomTT800.st
--- a/RandomTT800.st	Thu Oct 02 16:30:52 2014 +0200
+++ b/RandomTT800.st	Thu Oct 02 16:30:54 2014 +0200
@@ -212,6 +212,7 @@
 
     [see also:]
         http://www0.cs.ucl.ac.uk/staff/d.jones/GoodPracticeRNG.pdf
+        RandomGenerator - the default; uses the machine's /dev/random if available
         Random  - fast, but generates less quality random numbers
         RandomParkMiller - a good one (according to literature)
         RandomMT19973 - a better one (according to literature)
@@ -417,10 +418,10 @@
 !RandomTT800 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomTT800.st,v 1.8 2014-10-01 15:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomTT800.st,v 1.9 2014-10-02 14:30:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomTT800.st,v 1.8 2014-10-01 15:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomTT800.st,v 1.9 2014-10-02 14:30:54 cg Exp $'
 ! !