summaryrefslogtreecommitdiff
path: root/tests/turandom.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/turandom.c] Correction for 16-bit int.vlefevre2017-09-011-1/+1
* [tests/turandom.c] print got/expected probabilities in test_underflow()zimmerma2017-08-301-3/+11
* [tests/turandom.c] forgot exp=1 casezimmerma2017-08-291-5/+6
* added test_underflow()zimmerma2017-08-291-0/+25
* Corrections for use with --with-gmp-build.vlefevre2017-08-281-2/+2
* [tests/turandom.c] Disabled the reprod_abi test with GMP < 4.2.0vlefevre2017-08-271-0/+2
* [tests/turandom.c] Check that the behavior does not depend on thevlefevre2017-08-271-0/+87
* [tests/turandom.c] In bug20170123, use a local gmp_randstate_t variablevlefevre2017-08-271-2/+5
* [tests/turandom.c] Disabled a test with GMP < 4.2.0 since it depends onvlefevre2017-08-271-1/+5
* [src/urandom.c] Generate the exception flags for mpfr_urandom almost asvlefevre2017-08-221-2/+160
* [src/urandom.c] Fixed bug reported by Trevor Spiteri:vlefevre2017-08-221-0/+20
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-05-201-1/+1
* 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-03-081-1/+1
* 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
* Merged changesets r7965-7966 from the trunk:vlefevre2011-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