Article on Procedural Dungeon/Map Creation

I found this article on Roguebasin, that I thought might be of interest to folks creating indoor environments procedurally.

The method described works by dividing the map into grid “cells” containing an area of map tiles, and how to use that to create a procedural world efficiently and simply. Worth a read, I’d say.