Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing spaces. | tege | 2002-01-13 | 1 | -1/+1 |
| | |||||
* | Corresponding changes for: | tege | 2000-12-12 | 1 | -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 Ryde | 2000-10-21 | 1 | -1/+1 |
| | | | | (__gmp_default_allocate etc): Rename from _mp_default_allocate etc. | ||||
* | Copyright (C) -> Copyright. | Kevin Ryde | 2000-10-15 | 1 | -1/+1 |
| | |||||
* | * randlc.c, randlc2x.c, randsd.c: Use mpz_srcptr for parameters. | Kevin Ryde | 2000-09-24 | 1 | -10/+2 |
| | |||||
* | *** empty log message *** | tege | 2000-07-24 | 1 | -4/+4 |
| | |||||
* | (gmp_randinit_lc): Disable function. | Linus Nordberg | 2000-04-12 | 1 | -0/+3 |
| | |||||
* | Fix typo. | Linus Nordberg | 2000-04-10 | 1 | -1/+1 |
| | |||||
* | Rename most of the random number functions, structs and some of the struct ↵ | Linus Nordberg | 2000-04-10 | 1 | -16/+16 |
| | | | | members. | ||||
* | Fix spelling. | Linus Nordberg | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | Allocate enough space for seed to hold any upcoming seed. | Linus Nordberg | 2000-04-04 | 1 | -0/+1 |
| | |||||
* | Change default seed to 1. | Linus Nordberg | 2000-04-01 | 1 | -1/+1 |
| | |||||
* | Don't use malloc(). | Linus Nordberg | 2000-04-01 | 1 | -15/+10 |
| | | | | Change parameters. | ||||
* | Fix mpn_rawrandom(). Still don't work for NBITS != STATE->SIZE, mind you. | Linus Nordberg | 1999-05-26 | 1 | -3/+3 |
| | |||||
* | Remove stupid __gmp_rand_init_common*() funcs. | Linus Nordberg | 1999-05-25 | 1 | -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 Nordberg | 1999-05-23 | 1 | -2/+2 |
| | | | | | | to a struct. Add (partial) documentation for random functions. | ||||
* | Add _ui variants of random funcs. | Linus Nordberg | 1999-05-20 | 1 | -1/+2 |
| | |||||
* | Rename randi.c-->rand.c; randi_lc.c-->randlc.c | Linus Nordberg | 1999-05-20 | 1 | -0/+54 |