• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H09-Mar-2010-639

lib/H09-Mar-2010-

man/H07-May-2022-

src/H03-May-2022-231146

test/H03-May-2022-9957

tool/H09-Mar-2010-15497

CONTRIBUTORSH A D09-Mar-2010253 106

COPYINGH A D09-Mar-201017.9 KiB340281

LICENSEH A D09-Mar-201017.9 KiB340281

READMEH A D09-Mar-2010792 2115

TODOH A D09-Mar-2010189 64

VERSIONH A D09-Mar-20106 21

README

1libdisorder: entropy measurement
2$Id$
3----------------------------------------------------------------------------
4
5This is a readme file. See
6
7     http://www.cs.gmu.edu/~mlocasto/research/libdisorder
8
9for more information.
10
11libdisorder is a small, simple C library for use by programmars in
12other programs. There is a small test program included that opens
13/dev/urandom and calls libdisorder.
14
15You will probably want to pipe the output of libdisorder to some other
16math analysis or graphing environment. In *nix, you can use gnuplot.
17
18The library's primary function reports entropy in bits: essentially,
19this is the number of bits necessary to encode the actual level of
20information contained in the data passed to the library: it is the
21theoretical maximum amount of compression possible.