Skip to content

Fix drand48 instead of KisRandomSource in deform brush

I fixed: CID 248410 CID 248694 CID 248904 according to what Dmitry told me, to use KisRandomSource instead of drand in case of paintops.

Test Plan

Open Krita, try to use Deform brush. Seems to work...

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!) - well, running tests nowadays... :/
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports