./random_walk_test.pl : done 10000000 trials with 10 bins, here is a summary: ./random_walk_test.pl : RandomWalk test : Math::Random::MT's rand() with mean %diff from expected to be 0.022 % ./random_walk_test.pl : RandomWalk test : Perl's rand() with mean %diff from expected to be 0.019 % ./random_walk_test.pl : best results for RandomWalk test : Perl's rand() with mean %diff from expected to be 0.019 % ./random_walk_test.pl : end. ./compression_test.pl : done 100 repeats each time compressing a string of random integers of length 1000000, here is a summary: ./compression_test.pl : Gzip compression test : Math::Random::MT's rand() with mean %diff from expected to be 72.231 % ./compression_test.pl : Gzip compression test : Perl's rand() with mean %diff from expected to be 72.232 % ./compression_test.pl : best results for Gzip compression test : Perl's rand() with mean %diff from expected to be 72.232 % ./compression_test.pl : end. ./transition_matrix_test.pl : done 2000000 repeats, with random integers between 0-30 inclusive and a lag of 1, here is a summary: ./transition_matrix_test.pl : transition matrix test : Perl's rand() with mean %diff from expected count to be 1.796 % ./transition_matrix_test.pl : transition matrix test : Math::Random::MT's rand() with mean %diff from expected count to be 1.797 % ./transition_matrix_test.pl : best results for transition matrix test : Perl's rand() with mean %diff from expected count to be 1.796 % ./transition_matrix_test.pl : end.