2009-04-23 Jonathan Yu One last oopsie, added a wrong examples file 2009-04-23 Jonathan Yu Updated MANIFEST file 2009-04-23 Jonathan Yu Updated version information 2009-04-23 Jonathan Yu - Rewrote docs a bit - Added example scripts - Removed Pod::Usage dependency 2009-04-10 Jonathan Yu Updated MANIFEST file 2009-04-10 Jonathan Yu - A few trivial changes with commenting and formatting. - Moved calls to $self->{randa} to outside the for loop for performance 2009-04-06 Jonathan Yu - Changed pod-coverage to test all files - Bumped version number to 1.0.2 - Moved memory test to an 02* test, because 01compile needs to be successful first 2009-04-04 Jonathan Yu - Updated version numbers for META.yml and Math::Random::ISAAC - Fixed the PurePerl algorithm to mask out high bits for 64-bit systems, so as to be portable 2009-04-03 Jonathan Yu swapped $got and $expected values for is() 2009-04-03 Jonathan Yu Changed ok() to is() to provide more meaningful output 2009-03-25 Jonathan Yu - Changed version number to 1.0 for release - Updated META.yml and Build.PL with prerequisites 2009-03-25 Jonathan Yu - Added svn:keywords for *t files - Updated MANIFEST file 2009-03-25 Jonathan Yu - Added stub POD documentation for PP.pm - Added a test for Math::Random::ISAAC falling back (ie, ignoring XS even if installed) - Added tests for exceptions - Coverage is almost 100% now :-) ---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ .../lib/Math/Random/ISAAC.pm 96.2 87.5 n/a 100.0 100.0 0.6 95.5 ...b/Math/Random/ISAAC/PP.pm 100.0 100.0 n/a 100.0 100.0 99.4 100.0 Total 99.5 90.0 n/a 100.0 100.0 100.0 99.2 2009-03-25 Jonathan Yu - Added a statement of purpose, corrected a POD mistake - Added a README file - Skip the t/01memory.t memory leak test if running with Devel::Cover 2009-03-25 Jonathan Yu - Added test for memory leak detection - Added test to ensure generated distribution is uniform - Updated META.yml, MANIFEST and Build.PL parameters accordingly 2009-03-24 Jonathan Yu Test that the distribution produced is uniform on [0,1]. Uses Statistics::Test::RandomWalk 2009-03-21 Jonathan Yu - Modified pod coverage test (added a test plan) - Added back generated_by (though I end up tweaking it by hand due to the version problem) 2009-03-20 Jonathan Yu - Disable warning about functions that look like builtins (rand, irand), since they are methods - Added stub POD for DESCRIPTION, SUPPORT in PP.pm - Changed variable names because $a, $b are reserved by 'sort' 2009-03-20 Jonathan Yu - Added lots of documentation - Clarified the LICENSE - in particular, removed the (C) symbol to remove ambiguity 2009-03-20 Jonathan Yu - Added a MANIFEST file - Added strict/warnings to ISAAC.pm - Added a version and some comments for PP.pm 2009-03-20 Jonathan Yu Update Build.PL (I was being lazy and inadvertently copied and pasted it without editing) 2009-03-20 Jonathan Yu - Initial commit of the PurePerl interface (Math::Random::ISAAC and Math::Random::ISAAC::PP) 2009-03-17 Jonathan Yu - Added Math::Random::ISAAC for the ISAAC Pure-Perl distribution ;; Local Variables: ;; coding: utf-8 ;; End: