1 2 3 4 5 6
#include "seed_generator.hpp" auto SeedGenerator::random_seed() noexcept -> uint32_t { return _random_device(); }