Implementation of the FIND algorithm described in the project description.
Run with:
"./find.py randomNumbers.db" to output data for true random numbers
"./find.py" to output data for pseudo random numbers using the Mersenne Twister as the core generator
"./randQS.py" to output data for the randomized Quicksort (Using mersenne Twister)