Optimized RNG usage

This commit is contained in:
SChernykh
2023-01-17 16:15:24 +01:00
parent c855bb769a
commit 451778d704
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
bool on_login(StratumClient* client, uint32_t id, const char* login);
bool on_submit(StratumClient* client, uint32_t id, const char* job_id_str, const char* nonce_str, const char* result_str);
uint64_t get_random64();
uint32_t get_random32();
void print_status() override;
void show_workers();