summaryrefslogtreecommitdiff
path: root/tests/turandom.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-8/+8
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-021-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [tests/t*random*.c]vlefevre2018-02-021-32/+27
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* fixed compiler warnings with mini-gmpzimmerma2017-12-051-63/+67
* [tests/turandom.c] Added test_underflow().vlefevre2017-09-011-0/+35
* [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-251-0/+87
* [tests/turandom.c] Corrected error messages after r11661.vlefevre2017-08-251-2/+2
* [tests/turandom.c] Renamed "reprod" to "reprod_rnd_exp" (reproducibilityvlefevre2017-08-251-2/+3
* [tests/turandom.c]vlefevre2017-08-251-51/+82
* [tests/turandom.c] Do some test several times in order to triggervlefevre2017-08-251-26/+29
* [tests/turandom.c] Code formatting. Added an assertion.vlefevre2017-08-251-3/+7
* [tests/turandom.c] Check that the behavior of mpfr_urandom() does notvlefevre2017-08-241-0/+71
* [tests/turandom.c] In bug20170123, use a local gmp_randstate_t variablevlefevre2017-08-231-2/+5
* [tests/turandom.c] Disabled a test with GMP < 4.2.0 since it depends onvlefevre2017-08-231-1/+3
* [tests/turandom.c] Added inex test for the underflow & overflow tests.vlefevre2017-08-221-2/+18
* [tests/turandom.c] Added overflow tests.vlefevre2017-08-221-0/+57
* [tests/turandom.c] Indentation.vlefevre2017-08-221-1/+1
* [tests/turandom.c] Added underflow tests.vlefevre2017-08-221-0/+58
* [tests/turandom.c] With mini-gmp, omit another test that assumesvlefevre2017-08-221-4/+3
* [tests/turandom.c] Added tests of the flags. This currently yieldsvlefevre2017-08-221-2/+24
* [tests/turandom.c] Added a test of the underflow flag.vlefevre2017-08-221-0/+6
* [tests/turandom.c] added non-regression testzimmerma2017-01-231-0/+20
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests/turandom.c] Improved an error message.vlefevre2016-07-061-3/+3
* [tests/turandom.c] Corrected English usage in error message.vlefevre2016-07-061-3/+4
* [tests/turandom.c] Small precision check: replaced 2 by MPFR_PREC_MIN.vlefevre2016-07-061-1/+1
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-3/+3
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* 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