Changes between Version 4 and Version 5 of testsuite


Ignore:
Timestamp:
02/16/2010 11:08:09 PM (14 years ago)
Author:
Sam Hocevar
Comment:

latex formula

Legend:

Unmodified
Added
Removed
Modified
  • testsuite

    v4 v5  
    7272'''check-zzuf-m-md5''' is a check for `zzuf -m` (`--md5`): it checks that zzuf properly computes known MD5 checksums such as `d41d8cd98f00b204e9800998ecf8427e` (the empty string) or `5eb63bbbe01eeed093cb22bb8f5acdc3` (hello world).
    7373
    74 '''check-zzuf-r-ratio''' is a check for `zzuf -r` (`--ratio`): it checks for consistency with the expected average number of flipped bits with a given ratio, ''n/2*R^(1 - 2/n)''.
     74'''check-zzuf-r-ratio''' is a check for `zzuf -r` (`--ratio`): it checks for consistency with the expected average number of flipped bits with a given ratio:
     75{{{
     76#!latex
     77$n_{expected} = \dfrac {nR^{1 - \frac{2}{n}}}{2}$
     78}}}
    7579
    7680'''check-zzuf-s-seed''' is a check for `zzuf -s` (`--seed`): it runs zzuf up to 200000 times on the same file and checks that the seed distribution causes each bit to be flipped at least once.