Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        ++$hits{ $_ } ;
    }
    printf "Collision after %d generations\n", scalar keys %hits;