comment/format in: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 01 Oct 2014 14:50:50 +0200
changeset 3353 0a54e2d850aa
parent 3352 6263fe92efbf
child 3354 fafc1522a85b
comment/format in: #documentation
Random.st
--- a/Random.st	Wed Oct 01 14:50:47 2014 +0200
+++ b/Random.st	Wed Oct 01 14:50:50 2014 +0200
@@ -64,6 +64,8 @@
 
 documentation
 "
+    Warning: this generator should not be used for cryptographic work 
+
     simple random numbers - thanks to Steves GNU Smalltalk
 
     This implements a linear congruential maximum period random number generator
@@ -705,10 +707,10 @@
 !Random class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.50 2014-03-03 14:17:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.51 2014-10-01 12:50:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.50 2014-03-03 14:17:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.51 2014-10-01 12:50:50 cg Exp $'
 ! !