summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2013-05-31 15:14:44 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2013-05-31 15:14:44 +0000
commit59a31795e71c1552510be9219b82207292a75eae (patch)
tree1d0f89b33e896ed60fa75a56e68ba5b2a74a9547 /NEWS
parent9a984428583943b3a21f21f5d55fa2eeeffb3a77 (diff)
downloadmpfr-59a31795e71c1552510be9219b82207292a75eae.tar.gz
updated NEWS and contribution section in mpfr.texi
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8559 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0e4f617e3..0a49d4b25 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,8 @@ Changes from versions 3.1.* to version 3.2.0:
the __float128 type (requires --enable-float128 and compiler support).
- New function mpfr_round_nearest_away to add partial emulation of the
rounding to nearest-away (as defined in IEEE 754-2008).
+- New functions mpfr_nrandom and mpfr_erandom to generate random numbers
+ following normal and exponential distributions respectively.
- Added configure option --enable-assert=none to avoid checking any assertion.
- Updated tuning parameters.
- Improved MPFR manual.