Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use pointers instead of arrays in declarations. | Marc Glisse | 2021-06-06 | 1 | -1/+1 |
| | | | | gmp_randstate_t -> gmp_randstate_ptr, etc | ||||
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 1 | -1/+0 |
| | |||||
* | mpz/urandomm.c: Use mpn_zero_p to shorten code. | Marco Bodrato | 2015-11-08 | 1 | -15/+9 |
| | |||||
* | Update library files license to use LGPL3+ and GPL2+. | Torbjorn Granlund | 2014-01-27 | 1 | -7/+18 |
| | |||||
* | Canonicalise copyright headers. | Torbjorn Granlund | 2014-01-19 | 1 | -3/+3 |
| | |||||
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Add copyright years. | Torbjorn Granlund | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Mark failing branches with UNLIKELY. | Marco Bodrato | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Amend last fix. | Torbjorn Granlund | 2009-04-08 | 1 | -6/+6 |
| | |||||
* | Handle operand overlap. | Torbjorn Granlund | 2009-04-06 | 1 | -2/+14 |
| | |||||
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
| | |||||
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | 2002-09-24 Pedro Gimeno <pggimeno@wanadoo.es> | Kevin Ryde | 2002-09-24 | 1 | -2/+6 |
| | | | | * mpz/urandomm.c: Replace mpn_cmp with MPN_CMP. | ||||
* | Less of: | Kevin Ryde | 2002-09-18 | 1 | -2/+1 |
| | | | | | | | | 2002-09-10 Pedro Gimeno <pggimeno@wanadoo.es> * mpz/urandomm.c: Use mpn level functions, avoid an infinite loop if _gmp_rand forever returns all "1" bits. Only return positive results, ie. use the absolute value of the modulus. | ||||
* | 2002-09-10 Pedro Gimeno <pggimeno@wanadoo.es> | Kevin Ryde | 2002-09-10 | 1 | -35/+45 |
| | | | | | * mpz/urandomm.c: Use mpn level functions, avoid an infinite loop if _gmp_rand forever returns all "1" bits. | ||||
* | Copyright (C) -> Copyright. | Kevin Ryde | 2000-10-15 | 1 | -1/+1 |
| | |||||
* | * randlc.c, randlc2x.c, randsd.c, mpz/urandomb.c, mpz/urandomm.c: | Kevin Ryde | 2000-09-25 | 1 | -8/+1 |
| | | | | Use mpz_ptr and mpz_srcptr for parameters. | ||||
* | * mpz/{fdiv_r_2exp.c,lcm.c,urandomm.c}: Add missing TMP_MARK/FREE, | Kevin Ryde | 2000-08-20 | 1 | -0/+5 |
| | | | | avoiding memory leak when using stack-alloc.c. | ||||
* | *** empty log message *** | tege | 2000-07-24 | 1 | -4/+4 |
| | |||||
* | Clean up some spacing. | tege | 2000-06-30 | 1 | -1/+1 |
| | |||||
* | 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 | -7/+7 |
| | | | | members. | ||||
* | * Get type of count right. | tege | 2000-04-09 | 1 | -3/+5 |
| | | | | * Simplify computation of nbits. | ||||
* | Change mpn_rawrandom --> gmp_rand_getraw. | Linus Nordberg | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | (mpz_urandomm): Implement function. | Linus Nordberg | 2000-04-04 | 1 | -14/+31 |
| | |||||
* | Rename urandomn.c to urandomm.c | Linus Nordberg | 2000-03-31 | 1 | -0/+54 |