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