Skip to content

YnkDK/randomF14-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Implementation of the FIND algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages