summaryrefslogtreecommitdiff
path: root/mpn/generic/random2.c
Commit message (Expand)AuthorAgeFilesLines
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-3/+3
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* (mpn_random2): Rework again.tege2004-12-041-5/+5
* (gmp_rrandomb): Rework to avoid extra limb allocationtege2004-04-271-10/+20
* Rewrite (clone mpz/rrandomb.c).tege2004-04-071-70/+32
* Add a cast to silence some compilers.tege2002-11-171-1/+1
* Add a copyright year.tege2002-05-141-1/+1
* (LOGBITS_PER_BLOCK): Decrease to 4.tege2002-04-171-1/+1
* Nailify.tege2002-04-171-6/+14
* Changes for mirroring mpz/rrandomb.c.tege2001-10-041-35/+63
* * mpn/generic/random2.c: Use RANDS not random() etc.Kevin Ryde2001-03-021-30/+12
* * mpn/generic/random2.c (myrandom): Use rand() on mingw.Kevin Ryde2001-02-071-0/+9
* #include stdlib.h (for random/mrand48).tege2001-01-031-6/+11
* Remove K&R function headers.tege2001-01-021-7/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h, mpn/generic/*.c: Add ASSERTs for various parameterKevin Ryde2000-09-251-0/+3
* *** empty log message ***tege2000-07-241-4/+4
* Provide dual ANSI/K&R function definitions.Kevin Ryde2000-04-291-1/+5
* Fix typo, `alpha__' => `__alpha'.tege1996-08-271-1/+1
* Test __alpha instead of __alpha__, since the former is the standard symbol.tege1996-05-161-1/+1
* Initial revisiontege1996-05-081-0/+93