Difference between revisions of "Talk:Random name generation"
Line 9: | Line 9: | ||
==Additions== | ==Additions== | ||
I added a few additional methods to the page. Also for people using the markov chain approach, this link would perhaps be useful: [http://en.wikipedia.org/wiki/List_of_demons List of demons on wikipedia]. I'll try to find time to add all the different spellings to a list and add this to the wiki. (The list of demons on wikipedia is a bit odd, it contains a few fictional ones, but no 'old ones' from Cthulhu mythos). --[[User:Soyweiser|Soyweiser]] 14:00, 18 August 2008 (CEST) | I added a few additional methods to the page. Also for people using the markov chain approach, this link would perhaps be useful: [http://en.wikipedia.org/wiki/List_of_demons List of demons on wikipedia]. I'll try to find time to add all the different spellings to a list and add this to the wiki. (The list of demons on wikipedia is a bit odd, it contains a few fictional ones, but no 'old ones' from Cthulhu mythos). --[[User:Soyweiser|Soyweiser]] 14:00, 18 August 2008 (CEST) | ||
==Markov Chains== | |||
I changed the code around a bit. To make it more general. The previous version crashed if you didn't have a certain startchar in the list of names that where analyzed. --[[User:Soyweiser|Soyweiser]] 18:26, 20 August 2008 (CEST) |
Revision as of 16:26, 20 August 2008
Can someone do a quick beautification for this. I'm new to posting on wiki's.
--Ritchie 02:48, 15 Mar 2007 (CET)
- Hi Ritchie. To make a whole script appear in one box, each line should start with a space. I've sorted that on the article. Icey 04:27, 15 Mar 2007 (CET)
Thanks Icey, I'm still reading the help. I wish this wiki stuff was more like html, but I think I'm starting to understand it better.
Additions
I added a few additional methods to the page. Also for people using the markov chain approach, this link would perhaps be useful: List of demons on wikipedia. I'll try to find time to add all the different spellings to a list and add this to the wiki. (The list of demons on wikipedia is a bit odd, it contains a few fictional ones, but no 'old ones' from Cthulhu mythos). --Soyweiser 14:00, 18 August 2008 (CEST)
Markov Chains
I changed the code around a bit. To make it more general. The previous version crashed if you didn't have a certain startchar in the list of names that where analyzed. --Soyweiser 18:26, 20 August 2008 (CEST)