#pragma once #include class RandomUtils { public: static std::vector getRandomVecUnsigned(std::size_t size); };