Some websites create random fake names when you create a project file. For example, creating a project within Heroku could generate "immense-bastion-4566" as a project name. I would like to know how they create those names, because I would like to use the same technique in an iOS app.
My guess is they have a DB with names they just randomly pick names, but where do they get these databases from? Any hints?