|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81502 - trunk/libs/random/example
From: steven_at_[hidden]
Date: 2012-11-23 18:34:09
Author: steven_watanabe
Date: 2012-11-23 18:34:09 EST (Fri, 23 Nov 2012)
New Revision: 81502
URL: http://svn.boost.org/trac/boost/changeset/81502
Log:
Fix typo. Fixes #7645.
Text files modified:
trunk/libs/random/example/die.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/random/example/die.cpp
==============================================================================
--- trunk/libs/random/example/die.cpp (original)
+++ trunk/libs/random/example/die.cpp 2012-11-23 18:34:09 EST (Fri, 23 Nov 2012)
@@ -40,7 +40,7 @@
__uniform_int_distribution performs this transformation.
[warning Contrary to common C++ usage __uniform_int_distribution
does not take a /half-open range/. Instead it takes a /closed range/.
- Given the parameters 1 and 6, __uniform_int_distribution can
+ Given the parameters 1 and 6, __uniform_int_distribution
can produce any of the values 1, 2, 3, 4, 5, or 6.]
>>*/
boost::random::uniform_int_distribution<> dist(1, 6);
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk