<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Looking at Integer >> #atRandom and Collection >> #atRandom, we should use "ThreadSafeRandom value" all the time? :-)<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 20.09.2019 19:52:06 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Graphics was added to project The Inbox:<br>http://source.squeak.org/inbox/Graphics-ct.420.mcz<br><br>==================== Summary ====================<br><br>Name: Graphics-ct.420<br>Author: ct<br>Time: 20 September 2019, 7:51:45.343726 pm<br>UUID: 639154ec-e7c5-1346-8da0-e2180c88613e<br>Ancestors: Graphics-ct.419<br><br>Add random functions for Rectangle<br><br>Try out: [Morph new openInWorld; center: World bounds randomPoint]<br><br>=============== Diff against Graphics-ct.419 ===============<br><br>Item was added:<br>+ ----- Method: Rectangle>>randomPoint (in category 'random') -----<br>+ randomPoint<br>+ <br>+       ^ self randomPoint: Random new!<br><br>Item was added:<br>+ ----- Method: Rectangle>>randomPoint: (in category 'random') -----<br>+ randomPoint: aGenerator<br>+ <br>+        ^ self pointAtFraction: aGenerator next @ aGenerator next!<br><br><br></div></blockquote>
                                        </div></body>