summaryrefslogtreecommitdiff
path: root/tests/turandom.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-1/+1
* disable two tests that depend on the random generatorzimmerma2014-01-181-1/+7
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/turandom.c] Removed an obsolete comment.vlefevre2011-11-281-2/+0
* [tests/trandom.c,tests/turandom.c] Fixed compatibility with GMP 4.1.xvlefevre2011-11-281-4/+12
* Fixed printf's calls: support the case where mpfr_prec_t is not a longvlefevre2011-05-121-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/urandom.c] now mpfr_urandom also returns identical values on 32-bit andzimmerma2010-09-151-4/+4
* replaced mpfr_printf in tests by calls to mpfr_out_strzimmerma2010-09-151-2/+6
* [urandomb.c] modified to leave the GMP random generator in the same state,zimmerma2010-09-151-0/+29
* Replacedvlefevre2010-07-301-1/+1
* Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int).vlefevre2010-05-191-3/+3
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* tests/turandom.c: updated a test (if emin > 1 and rnd == MPFR_RNDN,vlefevre2010-01-181-1/+2
* tests/turandom.c: more tests in restricted exponent range.vlefevre2010-01-181-13/+16
* [tests/turandom.c] Change accumulation of ternary value in the loop, it was n...thevenyp2010-01-151-1/+2
* [urandom.c, mpfr.texi] Change the behavior of mpfr_urandom to the usual mpfr ...thevenyp2010-01-141-13/+31
* New function mpfr_urandom.thevenyp2010-01-131-0/+187