Created
May 2, 2018 18:28
-
-
Save schierlm/3fcc3c21705757138e4c455eba57ce67 to your computer and use it in GitHub Desktop.
Name Generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
random("Steigenberger ", "Novotel ", "Hilton ", "Best Western ", "Accor ", "Maritim ", "Wyndham ", "Marriott ", "") + | |
"Hotel " + | |
random("zum ", "am ", "vom ", "im ", "beim ", "unterm "; "überm ") + | |
random("goldenen ", "silbernen ", "schnellen ", "flinken ", "schlauen ", "listigen ", "brüllenden ", "röhrenden ", "großen ", "feurigen ") + | |
random("Löwen", "Hirsch", "Eber", "Widder", "Fuchs", "Tiger", "Stier", "Bullen", "Hahn", "Erpel"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment