summaryrefslogtreecommitdiff
path: root/randlc.c
Commit message (Expand)AuthorAgeFilesLines
* (gmp_randinit_lc): Disable function.Linus Nordberg2000-04-121-0/+3
* Fix typo.Linus Nordberg2000-04-101-1/+1
* Rename most of the random number functions, structs and some of the struct me...Linus Nordberg2000-04-101-16/+16
* Fix spelling.Linus Nordberg2000-04-041-1/+1
* Allocate enough space for seed to hold any upcoming seed.Linus Nordberg2000-04-041-0/+1
* Change default seed to 1.Linus Nordberg2000-04-011-1/+1
* Don't use malloc().Linus Nordberg2000-04-011-15/+10
* Fix mpn_rawrandom(). Still don't work for NBITS != STATE->SIZE, mind you.Linus Nordberg1999-05-261-3/+3
* Remove stupid __gmp_rand_init_common*() funcs.Linus Nordberg1999-05-251-1/+3
* The `gmp_rand_state' is now an array with one element rather than a pointer t...Linus Nordberg1999-05-231-2/+2
* Add _ui variants of random funcs.Linus Nordberg1999-05-201-1/+2
* Rename randi.c-->rand.c; randi_lc.c-->randlc.cLinus Nordberg1999-05-201-0/+54