summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-16 00:41:32 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-16 00:41:32 +0000
commitbf7f081370573507b80c0372ddbaaac4b6ca9382 (patch)
tree8b2e1ea3679f33012d7ef70d292c746d58e543e7 /NEWS
parentc849936dcfce24d4346dbffaf20169a4f6c437c7 (diff)
downloadmpfr-bf7f081370573507b80c0372ddbaaac4b6ca9382.tar.gz
[NEWS,doc/mpfr.texi] updated: the GMP random functions do not depend on the
computer word size git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7149 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f58e604bb..03241dcc7 100644
--- a/NEWS
+++ b/NEWS
@@ -26,8 +26,8 @@ Changes from versions 3.0.* to version 3.1.0:
- Dropped ansi2knr support.
- The mpfr_urandom and mpfr_urandomb functions now return identical values
on processors with different word size (assuming the same random seed, and
- assuming the GMP random generator does not depend itself on the word size,
- which is not documented but seems to hold).
+ since the GMP random generator does not depend itself on the word size,
+ cf http://gmplib.org/list-archives/gmp-devel/2010-September/001642.html).
- Bug fixes.
Changes from versions 2.4.* to version 3.0.0: