summaryrefslogtreecommitdiff
path: root/tests/random2.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-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/random2.c] Avoid undefined behavior on shift count.vlefevre2018-09-181-2/+3
* [tests/random2.c] Fix for 8-bit limb.vlefevre2018-09-171-0/+5
* [tests/random2.c] Improved code by using MPFR_LIMB_* macros.vlefevre2018-09-171-3/+2
* [tests/random2.c] Fix for 16-bit limb.vlefevre2018-09-141-2/+3
* [tests/random2.c] fixed mpfr_random2 for GMP_NUMB_BITS <> 64zimmerma2018-09-071-2/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* 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-02-131-1/+1
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-1/+1
* [tests/random2.c] Removed a useless use of GMP_NUMB_MASK.vlefevre2014-06-251-1/+1
* [tests/random2.c] Fixed unsigned → signed conversion ofvlefevre2014-02-111-2/+4
* 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
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-2/+0
* [tests/random2.c] added missing mpfr-test.h (revealed by nightly tests), andzimmerma2009-03-251-2/+1
* urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.thevenyp2009-03-241-3/+3
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-0/+147