Skip to content

A collection of database for generating random names.

Notifications You must be signed in to change notification settings

lnstchtped/names

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

names

A collection of database for generating random names. Currently hosts the following database:

Database structure

A most basic example is heroku, with just names placed in differernt lines, which means that every word in the database has the same percentage to be picked.

Next comes the example with different percentages in census-90. You can easily find out that every word is followed by a float number, which is the cumulative percentage of all the names occured until current line. That is to say, the number in the last line of the file is usually 100. I say usually is because the database may not contains all the names sometimes. Just take census-90 as an example, it doesn't include some rare names.

About

A collection of database for generating random names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published