slack-desc 1010 B

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description. Line
  3. # up the first '|' above the ':' following the base package name, and the '|'
  4. # on the right side marks the last column you can put a character in. You must
  5. # make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':'.
  7. |-----handy-ruler------------------------------------------------------|
  8. ent: ent (pseudorandom number sequence test program)
  9. ent:
  10. ent: ent applies various tests to sequences of bytes stored in files
  11. ent: and reports the results of those tests. The program is useful
  12. ent: for evaluating pseudorandom number generators for encryption and
  13. ent: statistical sampling applications, compression algorithms, and other
  14. ent: applications where the information density of a file is of interest.
  15. ent: Tests performed include Entropy, Chi-square, Arithmetic Mean, Monte
  16. ent: Carlo value for Pi, and Serial Correlation Coefficient.
  17. ent:
  18. ent: