Преглед изворни кода

made the coordinate generation more random because why not at this point

master
Ludovic 'Archivist' Lagouardette пре 5 година
родитељ
комит
091aebc562
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/test_client.cpp

+ 1
- 0
src/test_client.cpp Прегледај датотеку

@ -37,6 +37,7 @@ int main(int, char** argv) {
for(size_t idx=0;idx<tot;idx++)
{
tar.x.internal = srng();
tar.y.internal = srng();
request.op = db_op::write;
sendto(

Loading…
Откажи
Сачувај