use timestamp to reset rng

This commit is contained in:
orignal 2024-05-07 11:53:18 -04:00
parent 296b721929
commit c49e17ad40
3 changed files with 4 additions and 4 deletions

View file

@ -154,7 +154,6 @@ namespace tunnel
int m_MinLatency = 0; // if > 0 this tunnel pool will try building tunnels with minimum latency by ms
int m_MaxLatency = 0; // if > 0 this tunnel pool will try building tunnels with maximum latency by ms
std::random_device m_Rd;
std::mt19937 m_Rng;
public: