Poisson point distribution, in Rust This is a small implementation of Bridson's Poisson Disc algorithm, inspired by Mike Bostock's examples here and here. But really it's just a pretext for fiddling with Rust and getting my head around it's type system.