TODO list for Perl module Math::Random::OO Next release: - test for require errors in import() - improve test coverage Near term: - Rewrite M::R::OO to support use of M::R::TT as a base random function for all submodules. (use Math::Random::OO prng => 'Math::Random::TT';) - Benchmark speed - Document modules - Review Devel::Cover output and increase test coverage Long term: - Write Triangle - Decide on other distributions to create (e.g. LogNormal) - Correlated Normals