add stringize preprocessor

add random using
add some headers
This commit is contained in:
bolero-MURAKAMI 2012-04-14 12:31:47 +09:00
parent 1766ed43a4
commit 89e2be54fa
24 changed files with 166 additions and 7 deletions

View file

@ -107,6 +107,8 @@ namespace sprout {
template<typename UIntType, int w, int k, int q, int s>
SPROUT_CONSTEXPR UIntType sprout::random::linear_feedback_shift_engine<UIntType, w, k, q, s>::default_seed;
} // namespace random
using sprout::random::linear_feedback_shift_engine;
} // namespace sprout
#endif // #ifndef SPROUT_RANDOM_LINEAR_FEEDBACK_SHIFT_HPP