The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02

  • Added class method "global" to hijack the rand() and srand() functions globally. This to circumvent the bug in rand() and threads I found today. Added documentation and test-suite for this
  • Added support for AutoLoader.
  • 2 September 2002 Fixed tiny nit/optimization in sub and().

Modules

repeatable random sequences between threads
helper class for Thread::Rand