-
Notifications
You must be signed in to change notification settings - Fork 1
gordonc/markov_press
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
simple markov chains name generator source data: http://www.census.gov/genealogy/names/dist.female.first http://www.census.gov/genealogy/names/dist.male.first restricted to case insensitive alphabet characters to limit memory size to sizeof(double)*27^3 ~= 157K otherwise should consider sparse matrix representation # cd markov_press # g++ test.cpp # ./a.out gert tert kevid darle ken rey scotthowark ken ken grey source: http://www.fourteenminutes.com/fun/names/ http://en.wikipedia.org/wiki/Examples_of_Markov_chains
About
C++ markov chains name generator
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published