fix: random definition

This commit is contained in:
2021-09-02 19:24:51 +02:00
parent ec948af91e
commit 985fb07bd8

View File

@@ -6,7 +6,7 @@ namespace td {
namespace utils {
void initRandomizer();
std::uint64_t getRandomNumber(std::size_t max);
std::uint64_t getRandomNumber(std::uint64_t max);
} // namespace utils
} // namespace td