Skip to content

"fixed" version of previous implementation. Now using video as a seed source, not screenshot

Notifications You must be signed in to change notification settings

loboda4450/RNGvideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNGvideo

Implementation of DOI: 10.23956/ijarcsse/SV7I5/0327 article in Python 3.8, uses PIL, time, numpy and math libs. Now it generates random values based on video instead of screenshot.

Implementation could be better (just use Sieve of Eratosthenes to generate primes, not this shit I wrote) - still tho it's quite fast (generates 100k 8bit random numbers in about 7 seconds (using 16 workers, wth 1 it takes 3secs)). Generating histogram is now perfectly economical (probably can't be better). No more left to say now, everything is fixed I guess XD

Executing:

python rng.py --single [range of random numbers]

python rng.py [size of sequence] [range of random numbers] [threads amount you want to use]

About

"fixed" version of previous implementation. Now using video as a seed source, not screenshot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages