diff options
Diffstat (limited to 'core/math/randomizer.hh')
| -rw-r--r-- | core/math/randomizer.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/math/randomizer.hh b/core/math/randomizer.hh index 206af42..04665f9 100644 --- a/core/math/randomizer.hh +++ b/core/math/randomizer.hh @@ -1,5 +1,3 @@ -#ifndef CORE_MATH_RANDOMIZER_HH -#define CORE_MATH_RANDOMIZER_HH 1 #pragma once namespace math @@ -56,5 +54,3 @@ inline void math::Randomizer<T>::clear(void) m_vector.clear(); m_dist = std::uniform_int_distribution<std::size_t>(0, 0); } - -#endif // CORE_MATH_RANDOMIZER_HH |
