moved nonpb.pm
[PsN.git] / modules / Math-Random / Changes
blob9dcb88c2318f6c801d55965f89cf06ac6e3ec37a
1 Revision history for Perl extension Math::Random.
3 0.61  Wed May 19 07:55:53 1999
4         - Added a space to the translation table in phrtsd.
5         - Cosmetic changes to bring this module into line with other
6           Perl modules: added test.pl, Changes, MANIFEST, README;
7           corrected some spelling, used "make dist", and so on.
8         - Geoffrey Rommel (grommel@sears.com)
10 0.62  Wed Aug 22 09:30:14 2001
11         - In com.c and randlib.c, changed the Fortran-style labels
12           and goto's in certain functions to proper {} blocks.  (For
13           this I consulted the original L'Ecuyer/Cote paper.)
14         - Changed all floats to doubles.
15         - Increased the precision of many literals in accordance with
16           the original papers (e.g. 1/M1 in ranf, log 4 in genbet,
17           and so on).
18         - Corrected one test in test.pl.
20 0.63  Wed Sep  5 09:31:04 2001
21         - Modified Makefile.PL to see whether Perl is using sv_yes
22           or PL_sv_yes and adjust things automatically.
24 0.64  Thu Dec  6 13:26:03 2001
25         - Rebuilt using h2xs 1.18 and a vanilla .xs file rather than
26           a SWIG wrapper file.  This is more Perlish and will get
27           around a reported problem with 'na' and 'sv_yes' in the
28           wrapper.c file.
30 0.65  Wed May  1 08:55:30 2002
31         - Add helper.h so that XS recognizes the return value of
32           gvprfw().  Thanks to Stephan Heuel <heuel@ipb.uni-bonn.de>
33           for noticing and correcting this problem.
35 0.66  Fri Jun  7 12:17:36 2002
36         - The test for random_multivariate_normal displayed an odd
37           error message on some systems but not others.  This has
38           been corrected.  The problem was noted by the CPAN-testers,
39           Maynard Brandsma <BrandsmaMG@compuserve.com>, and Nat
40           Goodman <natg@shore.net>.
42 0.67  Fri Mar 14 13:57:16 2003
43         - Corrected an interface error in getsd and phrtsd.  Noted by
44           Eric Moore <emoore@cofs.net>.