summaryrefslogtreecommitdiff
path: root/mpz/urandomb.c
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use pointers instead of arrays in declarations.Marc Glisse2021-06-061-1/+1
| | | | gmp_randstate_t -> gmp_randstate_ptr, etc
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Use BITS_TO_LIMBS and MPZ_NEWALLOC in random functions.Marco Bodrato2013-02-121-1/+1
|
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* 2002-09-10 Pedro Gimeno <pggimeno@wanadoo.es>Kevin Ryde2002-09-101-5/+2
| | | | | * gmp-impl.h (BITS_TO_LIMBS): New macro. * mpz/urandomb.c: Use it, and use MPZ_REALLOC.
* * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c,Kevin Ryde2002-02-081-2/+2
| | | | | | | mpz/cong_2exp.c, mpz/divis_2exp.c, mpz/hamdist.c, mpz/init2.c, mpz/mul_2exp.c, mpz/realloc2.c, mpz/scan0.c, mpz/scan1.c, mpz/setbit.c, mpz/tdiv_q_2exp.c, mpz/tdiv_r_2exp.c, mpz/tstbit.c, mpz/urandomb.c: Use GMP_NUMB_BITS.
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* * randlc.c, randlc2x.c, randsd.c, mpz/urandomb.c, mpz/urandomm.c:Kevin Ryde2000-09-251-8/+1
| | | | Use mpz_ptr and mpz_srcptr for parameters.
* *** empty log message ***tege2000-07-241-4/+4
|
* Rename most of the random number functions, structs and some of the struct ↵Linus Nordberg2000-04-101-7/+7
| | | | members.
* Simplify size computation.tege2000-04-091-1/+1
|
* Fix reallocation condition.tege2000-04-081-1/+1
|
* Change mpn_rawrandom --> gmp_rand_getraw.Linus Nordberg2000-04-041-1/+1
|
* Fix typo in function definition.Linus Nordberg2000-04-041-1/+1
|
* (mpz_urandomb): Use ABSIZ() instead of SIZ() for determining size of ROP.Linus Nordberg2000-04-011-1/+1
|
* Rename urandom.c to urandomb.c.Linus Nordberg2000-03-311-0/+49