Random.st
changeset 3394 80d468c95564
parent 3387 53b0bb1779f1
child 3403 bf8cccac67c9
equal deleted inserted replaced
3393:53a3d55c4866 3394:80d468c95564
    90     [author:]
    90     [author:]
    91         Steve Byrne
    91         Steve Byrne
    92         Claus Gittinger
    92         Claus Gittinger
    93 
    93 
    94     [see also:]
    94     [see also:]
       
    95         http://www0.cs.ucl.ac.uk/staff/d.jones/GoodPracticeRNG.pdf
    95         RandomTT800      - a new random generator
    96         RandomTT800      - a new random generator
    96         RandomParkMiller - another new random generator
    97         RandomParkMiller - another new random generator
    97 "
    98 "
    98 !
    99 !
    99 
   100 
   734 ! !
   735 ! !
   735 
   736 
   736 !Random class methodsFor:'documentation'!
   737 !Random class methodsFor:'documentation'!
   737 
   738 
   738 version
   739 version
   739     ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.53 2014-10-01 15:17:12 cg Exp $'
   740     ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.54 2014-10-01 15:32:58 cg Exp $'
   740 !
   741 !
   741 
   742 
   742 version_CVS
   743 version_CVS
   743     ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.53 2014-10-01 15:17:12 cg Exp $'
   744     ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.54 2014-10-01 15:32:58 cg Exp $'
   744 ! !
   745 ! !
   745 
   746