summaryrefslogtreecommitdiff
path: root/randlc.c
Commit message (Collapse)AuthorAgeFilesLines
* Corresponding changes for:tege2000-12-121-7/+7
| | | | | | * gmp-h.in (__gmp_randstate_struct): Prefix field names with _mp_ to keep out of user name space. (__gmp_randata_lc): Likewise.
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-1/+1
| | | | (__gmp_default_allocate etc): Rename from _mp_default_allocate etc.
* 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 ↵Linus Nordberg2000-04-101-16/+16
| | | | members.
* 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
| | | | Change parameters.
* 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
| | | | | Clean up gmp.h. Minor docu adds.
* The `gmp_rand_state' is now an array with one element rather than a pointer ↵Linus Nordberg1999-05-231-2/+2
| | | | | | to a struct. Add (partial) documentation for random functions.
* 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