Voronoi is a neat one, but I kind of reworked a maze generation algorithm I'd done in Javascript a while back. It was originally for hexagon mazes but I took the concept of the recursive backtracking and just took out the backtracking. It's basically 4 snakes that turn one in twenty times lmao.