Ver a proveniência

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

master
Ludovic 'Archivist' Lagouardette há 5 anos
ascendente
cometimento
091aebc562
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/test_client.cpp

+ 1
- 0
src/test_client.cpp Ver ficheiro

@ -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(

Carregando…
Cancelar
Guardar