summaryrefslogtreecommitdiff
path: root/src/random_deviate.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src] Consistency: in prototypes, changedvlefevre2020-10-071-9/+11
* [src/random_deviate.c] The latest change r14123 was actually incorrect:vlefevre2020-09-151-3/+12
* [src/random_deviate.c] Corrected an assertion. → Test failures.vlefevre2020-09-151-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-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
* [src/random_deviate.c] fixed typozimmerma2018-09-051-1/+1
* Corrected "runtime" to "run time" (noun) or "run-time" (adjective)vlefevre2018-04-301-1/+1
* [src/random_deviate.c] Improved highest_bit_idx in the case wherevlefevre2018-02-201-5/+10
* [src/random_deviate.c] highest_bit_idx() assumes x > 0zimmerma2018-02-201-8/+6
* [src/random_deviate.c] fixed commentzimmerma2018-02-201-1/+1
* [src/random_deviate.c] redo change r12315 using MPFR_LONG_WITHIN_LIMBzimmerma2018-02-201-14/+10
* [src/random_deviate.c] Reverted incorrect change r12315: MPFR_LIMB_MAXvlefevre2018-02-191-10/+14
* [src/random_deviate.c] don't compile alternate code if not neededzimmerma2018-02-191-14/+10
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Removed the need of MPFR_USE_MINI_GMP tests for mpfr_[ne]randomvlefevre2014-07-021-9/+0
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-1/+1
* patches from Charles Karneyzimmerma2014-06-171-32/+8
* [src/random_deviate.c] Type clean-up to improve maintainability.vlefevre2014-02-111-1/+2
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-0/+3
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [src/random_deviate.c] applied patch from Charles Karneyzimmerma2013-06-071-17/+4
* fixed compiler warningszimmerma2013-06-061-2/+4
* applied patch from Charles Karneyzimmerma2013-06-051-47/+126
* added assertionzimmerma2013-06-011-0/+2
* [src/random_deviate.c] Updated a comment.vlefevre2013-06-011-1/+3
* in case mp_limb_t is smaller than unsigned long, use alternate code forzimmerma2013-06-011-6/+33
* [src/random_deviate.c] Removed trailing spaces.vlefevre2013-06-011-1/+1
* #include <...> -> #include "..." for local fileszimmerma2013-05-311-1/+1
* removed obsolete commentzimmerma2013-05-311-4/+4
* GNU stylezimmerma2013-05-311-98/+152
* removed RANDOM_SIMPLE=1 stuff (this was an alternate slower implementation).zimmerma2013-05-311-53/+0
* removed mpfr_urandom_alt (slower than mpfr_urandom, but it can be recoveredzimmerma2013-05-311-37/+0
* original contribution from Charles Karney <charles.karney@sri.com>zimmerma2013-05-311-0/+350