Fogleman's dlaf

The code implements a standard diffusion-limited aggregation algorithm. But there are several parameters and code hooks that let you tweak its behavior. github

Implementing an idea I came across called stubbornness. A particle won't let another one adhere to it until there have been N attempts. Simple change to the "ShouldJoin" hook in my code. Here, N = 64. twitter