Project: QGIS

Version: 3.12

Feature: Port Random points in extent algorithm to C++

We ported the Random points in extent algorithm to C++. This boosts it's speed when comparing it to the previous Python implementation. The new algorithm also exposes an advanced parameter of maximum numbers of retrys for the algorithm when searching for randomly placed points that respect a certain distance between all points.

This feature was developed by Clemens Raffler