fake-0.1.2: Randomly generated fake data
Safe HaskellNone
LanguageHaskell2010

Fake.Provider.Person.EN_US

Synopsis

Documentation

femaleNameList :: [(Int, Text)] Source #

List of the 1000 most common U.S. female names and the number of people with that name. This is from a dataset of 302037244 names from the Social Security Adminisatration between 1910 and 2015.

maleNameList :: [(Int, Text)] Source #

List of the 1000 most common U.S. male names and the number of people with that name. This is from a dataset of 302037244 names from the Social Security Adminisatration between 1910 and 2015.

lastNameList :: [(Int, Text)] Source #

List of the 1000 most common U.S. surnames and the number of people with that name. This is from a dataset of 269762087 names from the 2000 U.S. Census.