summaryrefslogtreecommitdiff
path: root/random.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
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-3/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* The distribution should now be uniform (mpfr_random implementedvlefevre2003-06-201-26/+3
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Types fixed and code clean-up.vlefevre2002-05-291-12/+15
* 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-6/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* sign was not setzimmerma2001-10-151-3/+7
* removed mpfr_srandomzimmerma2001-01-111-11/+0
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* now uses directly mpn_random, to avoid all problems with include fileszimmerma2000-12-151-14/+14
* Modification of the order of includes in random.chanrot2000-12-151-1/+1
* Patches for compiler warnings.hanrot2000-12-151-1/+1
* 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
* Include "urandom.h". Old code removed.vlefevre2000-12-141-10/+1
* Use urandom().vlefevre2000-12-141-13/+1
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-0/+1
* Yet another random patch.hanrot2000-12-141-1/+1
* Replaced random by rand.hanrot2000-12-141-2/+9
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-4/+4
* Patch for random (libc's random() is on 31 bits only)hanrot2000-06-151-1/+1
* added non standard C headerzimmerma2000-02-111-1/+6
* added copyright noticezimmerma1999-07-301-0/+21
* simply set to zero the non-significant bits, don't call mpfr_round_rawzimmerma1999-07-071-8/+10
* patch for HPUX (no random function)zimmerma1999-07-061-0/+7
* changed arguments of mpfr_round_raw (now uses precision instead of size)zimmerma1999-06-281-1/+1
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+8
* Correction de bug (pas msb normalise).hanrot1999-06-151-4/+7
* random.c : engendre un mpfr_t dans [0, 1[. GH, 15/06hanrot1999-06-151-0/+33