diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 18:35:15 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 18:35:15 +0200 |
commit | 5bec9717c3c211d060c7f83dab629157755469f8 (patch) | |
tree | cd63993cb9680d415dbcc471971970fba6370f18 /gcc/ada/gnat_rm.texi | |
parent | 5087048c12395ee380b8040e9ecf399b64e1cf66 (diff) | |
download | gcc-5bec9717c3c211d060c7f83dab629157755469f8.zip gcc-5bec9717c3c211d060c7f83dab629157755469f8.tar.gz gcc-5bec9717c3c211d060c7f83dab629157755469f8.tar.bz2 |
[multiple changes]
2010-06-22 Matthew Heaney <heaney@adacore.com>
* a-convec.adb, a-coinve.adb: Removed 64-bit types Int and UInt.
2010-06-22 Paul Hilfinger <hilfinger@adacore.com>
* s-rannum.adb (Random_Float_Template): Replace with unbiased version
that is able to produce all representable floating-point numbers in the
unit interval. Remove template parameter Shift_Right, no longer used.
* gnat_rm.texi: Document the period of the pseudo-random number
generator under the description of its algorithm.
* gcc-interface/Make-lang.in: Update dependencies.
From-SVN: r161202
Diffstat (limited to 'gcc/ada/gnat_rm.texi')
-rw-r--r-- | gcc/ada/gnat_rm.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 9fe022b..31d97c7 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -8869,7 +8869,8 @@ A.5.2(32). @end cartouche @noindent The algorithm is the Mersenne Twister, as documented in the source file -@file{s-rannum.adb}. +@file{s-rannum.adb}. This version of the algorithm has a period of +2**19937-1. @sp 1 @cartouche |