-
\ No newline at end of file
diff --git a/docs/posts/2024-05-26-documenting-code/index.html b/docs/posts/2024-05-26-documenting-code/index.html
index dc4bf60..b70bdc3 100644
--- a/docs/posts/2024-05-26-documenting-code/index.html
+++ b/docs/posts/2024-05-26-documenting-code/index.html
@@ -1,5 +1,5 @@
Documenting code | Andrey Nautilus blog
-
generate points for Voronoi diagram
(with areas of similar size);
The simplest approach - to use uniformly distributed points with (random(), random()) - doesn’t work,
because there will be areas with high density of points and areas with no points at all.
-Such distribution doesn’t look natural.
Caption
Various types of grids with gaps can give even distribution, but the picture will not look random.
There will always be a pattern, sometimes more visible, sometimes less, but still visible. This
doesn’t look natural either.