summaryrefslogtreecommitdiff
path: root/urandomb.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-6/+5
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+4
* fixed several problems noticed by Kevinzimmerma2003-06-251-10/+12
* Take the current exponent range into account in mpfr_urandombvlefevre2003-06-201-2/+8
* Bug fix.vlefevre2003-06-201-3/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* fixed various tiny problemszimmerma2002-09-231-7/+10
* Sign wasn't set (reported by Dmitrii Baksheyev).vlefevre2002-05-291-12/+10
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* GNU MP -> MPFRzimmerma2001-11-161-5/+5
* added year 2001 in copyright linezimmerma2001-11-161-7/+1
* 1 -> MP_LIMB_T_ONEzimmerma2001-11-161-1/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* clear NaN/Inf flags of resultzimmerma2000-12-151-4/+6
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-3/+3
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-2/+2
* removed 3rd argument (use PREC(rop) instead)zimmerma2000-05-241-6/+6
* Compatibility with mpf. WARNING: THESE FUNCTIONS ARE UNTESTED IN THEIR PRESENThanrot2000-05-211-0/+75