rename random/result.hpp -> random/results.hpp

This commit is contained in:
bolero-MURAKAMI 2014-01-17 22:09:08 +09:00
parent 769e18178a
commit f0bea01ede
22 changed files with 24 additions and 24 deletions

View file

@ -16,7 +16,7 @@
#include <sprout/random/detail/signed_unsigned_tools.hpp>
#include <sprout/random/detail/uniform_int_float.hpp>
#include <sprout/random/random_result.hpp>
#include <sprout/random/result.hpp>
#include <sprout/random/results.hpp>
#include <sprout/assert.hpp>
namespace sprout {