dev-haskell/colour: bump up to 2.3.5
[gentoo.git] / dev-haskell / cprng-aes / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <longdescription>
9                 Simple crypto pseudo-random-number-generator with really good randomness property.
10                 
11                 Using ent, a randomness property maker on one 1Mb sample:
12                 Entropy = 7.999837 bits per byte.
13                 Optimum compression would reduce the size of this 1048576 byte file by 0 percent.
14                 Chi square distribution for 1048576 samples is 237.02
15                 Arithmetic mean value of data bytes is 127.3422 (127.5 = random)
16                 Monte Carlo value for Pi is 3.143589568 (error 0.06 percent)
17                 
18                 Compared to urandom with the same sampling:
19                 Entropy = 7.999831 bits per byte.
20                 Optimum compression would reduce the size of this 1048576 byte file by 0 percent.
21                 Chi square distribution for 1048576 samples is 246.63
22                 Arithmetic mean value of data bytes is 127.6347 (127.5 = random).
23                 Monte Carlo value for Pi is 3.132465868 (error 0.29 percent).
24         </longdescription>
25         <upstream>
26                 <remote-id type="github">vincenthz/hs-cprng-aes</remote-id>
27         </upstream>
28 </pkgmetadata>