File: control

package info (click to toggle)
ent 1.1debian-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 112 kB
  • ctags: 56
  • sloc: ansic: 353; makefile: 61
file content (19 lines) | stat: -rw-r--r-- 734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: ent
Section: science
Priority: optional
Maintainer: Wesley J. Landaker <wjl@icecavern.net>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5), asciidoc, docbook2x

Package: ent
Architecture: any
Depends: ${shlibs:Depends}
Description: 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.)