In this guide, we will generate random point coordinates within a circle of radius r using the Homogeneous Poisson Point Process (HPPP). The following parameters will be required:

% Covered Area: The percentage of the area covered within a circle of radius r.

Input Parameters:

- Density (λ): The intensity or density of points within the area.

- Radius (r): The radius of the circle within which points are randomly distributed.

Using these inputs, the HPPP process will calculate random point coordinates to model spatial distributions in the circular region defined by radius r.