summaryrefslogtreecommitdiff
path: root/randlc.c
Commit message (Expand)AuthorAgeFilesLines
* Corresponding changes for:tege2000-12-121-7/+7
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-1/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * randlc.c, randlc2x.c, randsd.c: Use mpz_srcptr for parameters.Kevin Ryde2000-09-241-10/+2
* *** empty log message ***tege2000-07-241-4/+4
* (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