one
L'espace
My goal here was to do the same sort of recursive spatial splitting from the given example
but throw in some odd segments for good measure. To do all that, I actually generate
a random n-by-m grid in each iteration, which is the reason why the thing ends up
looking pretty regular outside of the clearly funky shapes.
source
Other solutions for this exercise: two.