Skip to content

Ultra High Entropy Pseudo-Random Number Generator

License

Notifications You must be signed in to change notification settings

Alex014/PyUHEPRNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py UHEPRNG

UHEPRNG - Ultra High Entropy Pseudo-Random Number Generator

This is Steve Gibson's UHEPRNG adoptation to python

Running

python main.py [directory]

Where [directory] is dir, where you want to store your files with random-generated data. [directory] is optional, if no params, then current directory is used. Tmpfs or other memory storage is recomended.

Four files will be generated:

  1. seed.txt - seed of 256 random characters
  2. seed-big.txt - seed of 1024 random characters
  3. numbers.json - array of 100 random floating-point numbers
  4. numbers-big.json - array of 1000 random floating-point numbers

Every second the seed and the numbers is regenerated.

About

Ultra High Entropy Pseudo-Random Number Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages