Compile the lastNameTest.c program with the following in the same directory:

anonymizeLastName.c
CommonData.h
CommonFunctions.c
createSeed.c
helperFunctions.c
testAids.c

The resulting program will use the LastName10000.txt file as a calling argument:

lastNameTest lastName10000.txt

In this test example, the 10,000 most common last names are contained in the text file.
When executed, the program depicts the distribution. Note, the tester is prompted to
enter in random characters as part of the seed creation function. 