#include "seed_generator.hpp"

auto SeedGenerator::random_seed() noexcept -> uint32_t
{
	return _random_device();
}