1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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
|