fix: random definition
This commit is contained in:
@@ -6,7 +6,7 @@ namespace td {
|
|||||||
namespace utils {
|
namespace utils {
|
||||||
|
|
||||||
void initRandomizer();
|
void initRandomizer();
|
||||||
std::uint64_t getRandomNumber(std::size_t max);
|
std::uint64_t getRandomNumber(std::uint64_t max);
|
||||||
|
|
||||||
} // namespace utils
|
} // namespace utils
|
||||||
} // namespace td
|
} // namespace td
|
||||||
|
|||||||
Reference in New Issue
Block a user