summaryrefslogtreecommitdiff
path: root/tests/turandom.c
Commit message (Expand)AuthorAgeFilesLines
* [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