This is Steve Gibson's UHEPRNG adoptation to python
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.
- seed.txt - seed of 256 random characters
- seed-big.txt - seed of 1024 random characters
- numbers.json - array of 100 random floating-point numbers
- numbers-big.json - array of 1000 random floating-point numbers
Every second the seed and the numbers is regenerated.