Changeset 5914 for lang/cplusplus/boost-supplement
- Timestamp:
- 01/31/08 01:49:44 (5 years ago)
- Location:
- lang/cplusplus/boost-supplement/trunk
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
libs/random/test/test_discrete_distribution.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/boost-supplement/trunk/ChangeLog
r5913 r5914 1 1 2008-01-31 Kenta Murata <muraken@gmail.com> 2 3 * libs/random/test/test_discrete_distribution.cpp: Add namespace 4 alias definition. 2 5 3 6 * boost_supplement/random/zipf_distribution.hpp: Correct the -
lang/cplusplus/boost-supplement/trunk/libs/random/test/test_discrete_distribution.cpp
r5909 r5914 38 38 BOOST_AUTO_TEST_CASE(test_discrete_distribution_from_probability) 39 39 { 40 namespace bs = boost_supplement; 41 40 42 double const pdf[16] = { 41 43 0.0 / 36.0, // 0 … … 108 110 BOOST_AUTO_TEST_CASE(test_discrete_distribution_from_weight) 109 111 { 112 namespace bs = boost_supplement; 113 110 114 const double pdf[16] = { 111 115 0.0, // 0
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)