summaryrefslogtreecommitdiff
path: root/src/urandomb.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
* [src/urandomb.c] Removed the FIXME: this is a bug in GMP or in Clang'svlefevre2019-03-281-2/+0
* [src/urandomb.c] Added a FIXME (use-of-uninitialized-value withvlefevre2019-03-281-0/+2
* 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
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/urandomb.c] Removed an obsolete "#if __MPFR_GMP(5,0,0)" as we nowvlefevre2017-12-051-2/+0
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Added MPFR_EXP_IN_RANGE macro, and replaced some tests to use it.vlefevre2016-05-181-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* adapt for mini-gmp (from GMP 6.1.0-rc1)zimmerma2015-10-291-3/+3
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Updated src/urandomb.c due to the change of mpfr_set_exp behavior.vlefevre2014-02-111-1/+3
* mpn_copyd (rp, sp, n) should be used when rp >= spzimmerma2014-01-171-1/+1
* fixed bug which could appear with probability 1/2^32 or 1/2^64zimmerma2014-01-171-0/+2
* 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
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-2/+9
* 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-2/+3
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [urandomb.c] modified to leave the GMP random generator in the same state,zimmerma2010-09-151-6/+6
* [urandomb.c] added comment + slight changezimmerma2010-09-151-2/+4
* Source reorganization. In short:vlefevre2010-08-171-0/+98