RandomTT800.st
changeset 3398 dbd427ec32dd
parent 3392 2e2247b1dd41
child 3415 ca707bcf23c8
--- 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 $'
 ! !