RandomGenerator.st
changeset 3391 2ca92dff09bb
parent 3351 a9ae920e4a1f
child 3632 28303443fc03
--- a/RandomGenerator.st	Wed Oct 01 17:32:47 2014 +0200
+++ b/RandomGenerator.st	Wed Oct 01 17:32:50 2014 +0200
@@ -50,6 +50,7 @@
         Stefan Vogel
 
     [see also:]
+        http://www0.cs.ucl.ac.uk/staff/d.jones/GoodPracticeRNG.pdf
         Random HashRandom Rc4Stream
 
     [instance variables:]
@@ -384,11 +385,11 @@
 !RandomGenerator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.14 2014-10-01 12:50:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.15 2014-10-01 15:32:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.14 2014-10-01 12:50:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/RandomGenerator.st,v 1.15 2014-10-01 15:32:50 cg Exp $'
 ! !