summaryrefslogtreecommitdiff
path: root/rand.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***tege2000-07-241-4/+4
* Use <stdio.h> for NULL.Kevin Ryde2000-04-291-0/+1
* Call mpz_clear for otherwise leaking mpz_t.tege2000-04-211-1/+1
* (gmp_randinit): Don't combine va_alist with ordinary arguments for non STDC.Linus Nordberg2000-04-131-3/+9
* (gmp_randinit): Change parameter list to (rstate, alg, ...).Linus Nordberg2000-04-101-5/+23
* Rename most of the random number functions, structs and some of the struct me...Linus Nordberg2000-04-101-32/+29
* Fix spelling.Linus Nordberg2000-04-041-1/+1
* (__gmp_rand_scheme): Use better multipliers. Remove test schemes. Replace `...Linus Nordberg2000-04-011-82/+57
* (__gmp_rand_scheme): Clean up some. Use slightly better multipliers.Linus Nordberg2000-03-201-37/+45
* Improve mpn_rawrandom(). It almost works now.Linus Nordberg1999-05-261-17/+6
* Remove stupid __gmp_rand_init_common*() funcs.Linus Nordberg1999-05-251-1/+4
* The `gmp_rand_state' is now an array with one element rather than a pointer t...Linus Nordberg1999-05-231-3/+3
* Include gmp-impl.hLinus Nordberg1999-05-201-0/+1
* Add _ui variants of random funcs.Linus Nordberg1999-05-201-4/+1
* Rename randi.c-->rand.c; randi_lc.c-->randlc.cLinus Nordberg1999-05-201-0/+176