I've created a town generator, so I decided to include it with the planet generator, and a planet will have a number of towns (marked as 'X') and a randomly generated layout for each town.
The output for all the towns along with the planet map is way too big to screenshot, but I do have a sample output on Pastebin.
I used the planet generator and town generator to make a solar system generator. It generates a random amount of planets with different climates: Lava, Rock, Forest, Desert, and Ice. The latter three can have towns in them. The former are just barren.
Here is a sample output:
https://pastebin.com/4yjyhMEr
I would also like to include name generation using any of these algorithms, but I also have a game that I'm working on.
https://roguebasin.com/index.php/Category:Name_Generators