PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.75k stars 267 forks source link

Removing `Random` from `BasePaintBrush` #785

Closed Lehonti closed 2 months ago

Lehonti commented 2 months ago

Perhaps I'm missing something, but is there a reason why all brushes share the same instance of Random?

If we make Random instance-specific, it would even be possible to test these tools with a specific seed