ent

Test pseudorandom number sequences for statistical randomness

brewmacoslinux
Try with needOr install directly
Source

About

Pseudorandom number sequence test program

Commands

ent

Examples

Analyze randomness of a file's data$ ent filename.bin
Test random output from /dev/urandom$ dd if=/dev/urandom bs=1024 count=100 | ent
Analyze randomness with verbose output$ ent -v random_data.dat