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