summaryrefslogtreecommitdiff
path: root/random2.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* random2.c: minor change suggested by Patrick.vlefevre2006-03-231-5/+1
* In random2.c, replaced NULL by 0 (more general) and removed thevlefevre2006-03-141-3/+1
* added missing include filezimmerma2006-03-141-0/+2
* Fixed bug in mpfr_random2 when size == 0 and added testcase.vlefevre2006-02-201-1/+2
* mpfr_random2_raw -> static.vlefevre2006-02-201-1/+1
* Code reformatted. C99 comment replaced by traditional comment.vlefevre2006-02-131-11/+12
* * Added comments on all random number generator functions ; hanrot2006-02-131-9/+78
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* 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-17/+37
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-7/+5
* Correction in a comment (patch by Torbjorn).vlefevre2003-07-081-1/+1
* Make x positive + some minor changes.vlefevre2003-06-111-2/+3
* New version written by Torbjorn Granlund.vlefevre2003-06-111-18/+26
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* fixed bugs in mpfr_random2 (wrong exponent, invalid numbers)zimmerma2002-09-231-14/+11
* 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
* added year 2001 in copyright linezimmerma2001-11-161-12/+6
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-17/+11
* 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/+2
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-0/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-3/+3
* removed 'inline' (does not compile on Alpha with gcc 2.8.1)zimmerma2000-05-251-1/+1
* Compatibility with mpf. WARNING: THESE FUNCTIONS ARE UNTESTED IN THEIR PRESENThanrot2000-05-211-0/+73