add generator_iterator

rename fix random/random_iterator.hpp -> random/iterator.hpp
This commit is contained in:
bolero-MURAKAMI 2012-09-27 21:26:32 +09:00
parent ebadf4fa7c
commit f40ee0a2ff
8 changed files with 235 additions and 331 deletions

View file

@ -21,7 +21,7 @@
#include <sprout/random/default_random_engine.hpp>
#include <sprout/random/variate_generator.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/random_iterator.hpp>
#include <sprout/random/iterator.hpp>
#include <sprout/random/unique_seed.hpp>
#endif // #ifndef SPROUT_RANDOM_HPP