fix: random definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user