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