lint unfck

This commit is contained in:
HedgehogInTheCPP 2026-08-17 23:58:52 +03:00
parent cd6a33c814
commit 0bc9aec4b9
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ float cygwin_strtof_l(char const *start, char **end) {
class RandomEngine {
public:
RandomEngine() = delete;
RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {}
uint64_t next() {

View File

@ -54,6 +54,7 @@ float cygwin_strtof_l(char const *start, char **end) {
class RandomEngine {
public:
RandomEngine() = delete;
RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {}
uint64_t next() {