diff -r 759055770356 -r c2933c08c83a Random.st --- a/Random.st Thu Apr 25 18:54:09 1996 +0200 +++ b/Random.st Thu Apr 25 18:59:40 1996 +0200 @@ -66,16 +66,21 @@ random numbers - thanks to Steves GNU Smalltalk Notice: although being included here, - this file is NOT covered by the ST/X license, but by - the FSF copyLeft (see copyright method). + this file is NOT covered by the ST/X license, but by + the FSF copyLeft (see copyright method). - You can redistribute it under the terms stated there ... - Also, the price you pay for ST/X does not include a charge for - this file - it has to be considered as a separate piece of - software, which can be copied and given away without any - restriction from my (CG) side. + You can redistribute it under the terms stated there ... + Also, the price you pay for ST/X does not include a charge for + this file - it has to be considered as a separate piece of + software, which can be copied and given away without any + restriction from my (CG) side. claus: the algorithm may need a rewrite for better numbers + + [author:] + Claus Gittinger + Steve Byrne + " ! ! @@ -244,5 +249,5 @@ !Random class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.14 1996-04-18 09:54:03 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.15 1996-04-25 16:59:40 cg Exp $' ! !