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.62 - 2001-08-22

  • In com.c and randlib.c, changed the Fortran-style labels and goto's in certain functions to proper {} blocks. (For this I consulted the original L'Ecuyer/Cote paper.)
  • Changed all floats to doubles.
  • Increased the precision of many literals in accordance with the original papers (e.g. 1/M1 in ranf, log 4 in genbet, and so on).
  • Corrected one test in test.pl.

Modules

Random Number Generators

Examples