Skip to content

Compare running times between two types of shuffling: shuffling with 'random' library and shuffling with 'numpy' library.These libraries are connected to python.

Notifications You must be signed in to change notification settings

bobiboMC/numpy_shuffle-VS-random_shuffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

numpy_shuffle-VS-random_shuffle

Compare running times between two types of shuffling: shuffling with 'random' library and shuffling with 'numpy' library. We shuffling list of words (each word is exactly 5 letters,only lowercase a-z characters),starting with 20 words and up to 20000000 words.Results are in 'time_diff.txt'.

About

Compare running times between two types of shuffling: shuffling with 'random' library and shuffling with 'numpy' library.These libraries are connected to python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published