mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add stringize preprocessor
add random using add some headers
This commit is contained in:
parent
1766ed43a4
commit
89e2be54fa
24 changed files with 166 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue