The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.22 - 2017-08-26

  • Support up to 128-bit floating point precision, i.e. _we_ can if _they_ can, but currently _they_ can up to 112 bit. :-)
  • timeseed() uses clock_getime() if available, hopes for some more randomness via ASLR.
  • Added irand128(). Currently only works with GCCs that have __int128.
  • Moved POD to MTwist.pod

Modules

A fast stateful Mersenne Twister pseudo-random number generator.