summaryrefslogtreecommitdiff
path: root/tests/trandom.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Added comments on all random number generator functions ; hanrot2006-02-131-0/+9
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-23/+23
* Converted tabs to spaces with expand.vlefevre2005-08-181-5/+5
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test.pelissip2004-11-191-0/+4
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-081-0/+1
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-2/+2
* improved coverage testszimmerma2004-02-161-4/+18
* improved coverage testzimmerma2004-02-141-0/+4
* + Optimize a few div.cpelissip2003-12-151-9/+9
* Changed the remaining stderr to stdout.vlefevre2003-09-251-3/+4
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-3/+3
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-90/+114
* removed math.hzimmerma2003-01-161-1/+0
* # Add a copyright year.ryde2003-01-101-1/+1
* Tolerate empty argv[1], which can arise from ancient bash executingryde2003-01-101-2/+9
* added more tests for mpfr_urandomb, and for small precisionzimmerma2002-09-231-17/+31
* fixed bugs in mpfr_random2 (wrong exponent, invalid numbers)zimmerma2002-09-231-1/+1
* added checks for mpfr_random2zimmerma2002-09-231-4/+22
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+4
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-3/+3
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-1/+1
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-3/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-7/+10
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* Prototype changes.vlefevre2001-09-131-0/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+2
* k2r -> ansi stylezimmerma2000-12-211-8/+10
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* removed printf for argc=1zimmerma2000-06-211-2/+0
* Various patches for leaks, UMR and (one) BUS.hanrot2000-06-201-3/+7
* arguments of gmp_randinit were in wrong orderzimmerma2000-06-161-5/+10
* Display of statistics is only toggled if a number of tests to be performedhanrot2000-06-151-9/+19
* Very basic statistical tests for random, random2, urandomb.hanrot2000-06-151-0/+163