ent
pseudorandom number sequence test program
Install
- All systems
-
curl cmd.cat/ent.sh
- Debian
-
apt-get install ent
- Ubuntu
-
apt-get install ent
- Kali Linux
-
apt-get install ent
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ent
- OS X
-
brew install ent
- Raspbian
-
apt-get install ent
- Dockerfile
- dockerfile.run/ent
ent
pseudorandom number sequence test program
This program applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest. Original Homepage: http://www.fourmilab.ch/random/ (Now maintained primarily in Debian.)