summaryrefslogtreecommitdiff
path: root/tests/rand/gen.c
Commit message (Expand)AuthorAgeFilesLines
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
* Clean up spacing.tege2007-09-241-2/+2
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* 2002-09-24 Pedro Gimeno <pggimeno@wanadoo.es>Kevin Ryde2002-09-241-9/+4
* 2002-09-18 Pedro Gimeno <pggimeno@wanadoo.es>Kevin Ryde2002-09-181-35/+38
* Remove trailing spaces.tege2002-01-131-1/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* (main): Include gmp.h. Remove macros MIN, MAX. Add option '-q'.Linus Nordberg2000-04-121-20/+38
* Add copyright.Kevin Ryde2000-04-111-0/+21
* Declare optarg, optind, opterr if not already declared.Linus Nordberg2000-04-101-10/+32
* *** empty log message ***Linus Nordberg2000-04-081-15/+5
* Add mpz_urandomm.Linus Nordberg2000-04-011-48/+93
* Improve mpn_rawrandom(). It almost works now.Linus Nordberg1999-05-261-2/+14
* Fix mpn_rawrandom(). Still don't work for NBITS != STATE->SIZE, mind you.Linus Nordberg1999-05-261-1/+2
* The `gmp_rand_state' is now an array with one element rather than a pointer t...Linus Nordberg1999-05-231-5/+5
* Randomization rewriteLinus Nordberg1999-03-291-22/+108
* Include unistd.h.Linus Nordberg1999-03-161-0/+1
* New randomization functions.Linus Nordberg1999-03-161-0/+289