diff options
author | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-03-24 16:51:17 +0000 |
---|---|---|
committer | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-03-24 16:51:17 +0000 |
commit | 92dc794c8665060ccf30421943920fb188c10f02 (patch) | |
tree | 2eec5980f13d695baa5fee0fc2eb994279559b35 /TODO | |
parent | 49406a145c30997c8c82d33696e2b3b1de930e0f (diff) | |
download | mpfr-92dc794c8665060ccf30421943920fb188c10f02.tar.gz |
urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.
mpfr-impl.h: mpfr_rand_raw is now always build as an internal function.
TODO tests/tests.c tests/random2.c: Use mpfr_rand_raw instead of _gmp_rand
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6137 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -87,8 +87,6 @@ Table of contents: aa = q*b+r --> q has exaclty n bits. If RNDN, takes nq+1 bits. (See also the new division function). -- random functions: get rid of _gmp_rand. - ############################################################################## 4. New functions to implement |