Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 500 Bytes

Randomized Algorithms (Fall 2014)

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)