A new version of Graphics was added to project The Inbox:
http://source.squeak.org/inbox/Graphics-ct.421.mcz==================== Summary ====================
Name: Graphics-ct.421
Author: ct
Time: 20 September 2019, 8:02:53.666726 pm
UUID: 2f6f7585-e896-1741-95e7-5b86b5db6062
Ancestors: Graphics-ct.420
Use a better Random generator for default
Thanks Marcel! :)
=============== Diff against Graphics-ct.420 ===============
Item was changed:
----- Method: Rectangle>>randomPoint (in category 'random') -----
randomPoint
+ ^ self randomPoint: ThreadSafeRandom value!
- ^ self randomPoint: Random new!