Changeset 2154 for trunk/yat/random/random.h
- Timestamp:
- Jan 17, 2010, 11:21:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/random/random.h
r2145 r2154 611 611 { 612 612 typedef RandomAccessIterator rai; 613 typedef boost::Mutable_RandomAccessIteratorConcept<rai> mric; 614 boost::function_requires<mric>(); 613 BOOST_CONCEPT_ASSERT((boost::Mutable_RandomAccessIterator<rai>)); 615 614 DiscreteUniform rnd; 616 615 std::random_shuffle(first, last, rnd);
Note: See TracChangeset
for help on using the changeset viewer.