The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Math::Random.

0.61  Wed May 19 07:55:53 1999
	- Added a space to the translation table in phrtsd.
	- Cosmetic changes to bring this module into line with other
	  Perl modules: added test.pl, Changes, MANIFEST, README;
	  corrected some spelling, used "make dist", and so on.
	- Geoffrey Rommel (grommel@sears.com)

0.62  Wed Aug 22 09:30:14 2001
	- 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.

0.63  Wed Sep  5 09:31:04 2001
        - Modified Makefile.PL to see whether Perl is using sv_yes
	  or PL_sv_yes and adjust things automatically.

0.64  Thu Dec  6 13:26:03 2001
	- Rebuilt using h2xs 1.18 and a vanilla .xs file rather than
	  a SWIG wrapper file.  This is more Perlish and will get
	  around a reported problem with 'na' and 'sv_yes' in the
	  wrapper.c file.

0.65  Wed May  1 08:55:30 2002
	- Add helper.h so that XS recognizes the return value of
	  gvprfw().  Thanks to Stephan Heuel <heuel@ipb.uni-bonn.de>
	  for noticing and correcting this problem.