Update of /cvsroot/boost/boost/boost/random
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23074
Modified Files:
normal_distribution.hpp
Log Message:
we're actually using the Box-Muller method (with trigonometric functions)
Index: normal_distribution.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/random/normal_distribution.hpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- normal_distribution.hpp 21 Feb 2007 20:29:57 -0000 1.21
+++ normal_distribution.hpp 17 May 2007 08:37:54 -0000 1.22
@@ -24,7 +24,7 @@
namespace boost {
-// deterministic polar method, uses trigonometric functions
+// deterministic Box-Muller method, uses trigonometric functions
template<class RealType = double>
class normal_distribution
{
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs