summaryrefslogtreecommitdiff
path: root/randclr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove stupid __gmp_rand_init_common*() funcs.Linus Nordberg1999-05-251-10/+4
| | | | | 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.
* Include stdlib.hLinus Nordberg1999-05-201-0/+1
|
* Add _ui variants of random funcs.Linus Nordberg1999-05-201-1/+1
|
* Split urandom.c into several files.Linus Nordberg1999-04-121-0/+52