summaryrefslogtreecommitdiff
path: root/src/urandom.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
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/urandom.c] Completed comment.vlefevre2017-08-241-1/+5
* [src/urandom.c] Partly rewrote mpfr_urandom() so that the nextvlefevre2017-08-231-96/+51
* [src/urandom.c] Minor change about underflow, following the usage.vlefevre2017-08-221-3/+6
* [src/urandom.c] Bug fix: the inexact flag was not set on underflow.vlefevre2017-08-221-4/+4
* [src/urandom.c] Set the underflow flag if the drawn exponent is lessvlefevre2017-08-211-3/+5
* [src/urandom.c] Updated comments about overflow and its flag.vlefevre2017-08-211-1/+3
* [src/urandom.c] Simplified the code, but, except for precision 1,vlefevre2017-08-211-46/+23
* [src/urandom.c] Moved some code without consequences. Updated comments.vlefevre2017-08-211-12/+28
* [src/urandom.c] Useless parentheses; reformatting.vlefevre2017-08-211-1/+2
* [src/urandom.c] Added a FIXME as mpfr_urandom does not always set flags.vlefevre2017-01-231-0/+3
* [src/urandom.c] Simplified code (no changes in the behavior).vlefevre2017-01-231-4/+4
* [src/urandom.c] fixed bug reported by Trevor Spiterizimmerma2017-01-231-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/urandom.c] Fixed uninitialized emin for nbits == 1vlefevre2016-07-061-1/+2
* [src/urandom.c] should now be ok for nbits = 1zimmerma2016-07-061-26/+22
* [src/urandom.c] fixed urandom for a precision of 1 bitzimmerma2016-07-061-0/+31
* 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
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-241-1/+1
* 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
* [src/urandom.c] now mpfr_urandom also returns identical values on 32-bit andzimmerma2010-09-151-19/+19
* [urandomb.c] modified to leave the GMP random generator in the same state,zimmerma2010-09-151-2/+6
* Source reorganization. In short:vlefevre2010-08-171-0/+143