Reduce clashes with real user ids.

This commit is contained in:
flash 2025-03-29 06:06:01 +01:00
parent b8dc6d6bc8
commit a39c68cb1e

View file

@ -5,7 +5,7 @@ import core.stdc.time;
private DList!WebSocket socks;
private Mt19937 rng;
private uint counter = 0;
private uint counter = 300;
int main(string[] args) {
size_t start = core.stdc.time.time(null);