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

CommonData.h
CommonFunctions.c
createSeed.c
helperFunctions.c


The resulting program can be executed as follows:

randomTest

The user is prompted to enter in random characters. These are then used to 
generate a 256-bit hash value (message digest). Each of the 8 32-bit hash
values is converted to a random number. Calling processes could use any of the 
hash values in generating a random floating point number between 0 and 1.