summaryrefslogtreecommitdiff
path: root/urandom.c
Commit message (Expand)AuthorAgeFilesLines
* [urandom.c] Fix case emin > 0.thevenyp2010-01-181-1/+15
* urandom.c: corrected a comment.vlefevre2010-01-181-3/+3
* [urandom.c] Fix bug in setting random exponent.thevenyp2010-01-181-13/+16
* urandom.c: added a FIXME comment.vlefevre2010-01-161-0/+2
* urandom.c: removed unused variable k; updated a comment.vlefevre2010-01-151-2/+1
* [urandom.c] Improve generation of random exponent.thevenyp2010-01-151-19/+20
* [urandom.c] Fix bug introduced in r6667.thevenyp2010-01-151-1/+7
* [urandom.c] Fix case nextabove(0) in reduced exponent range.thevenyp2010-01-151-11/+6
* [urandom.c] Move generation of a random rounding bit in a separate function.thevenyp2010-01-151-16/+12
* [urandom.c] Remove trailing whitespace.thevenyp2010-01-151-2/+2
* [urandom.c] Call mpfr_nextabove in maximum exponent range.thevenyp2010-01-151-2/+6
* urandom.c: added a FIXME so that it is not forgotten.vlefevre2010-01-151-0/+8
* urandom.c: clean-up (avoid a useless goto).vlefevre2010-01-141-14/+12
* [urandom.c, mpfr.texi] Change the behavior of mpfr_urandom to the usual mpfr ...thevenyp2010-01-141-18/+14
* New function mpfr_urandom.thevenyp2010-01-131-0/+121