aboutsummaryrefslogtreecommitdiff
path: root/src/randomization/seed_generator.cpp
blob: a0f93034d4d00adad081f3ca5e1fe69d3ab7852c (plain)
1
2
3
4
5
6
#include "seed_generator.hpp"

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