Parcourir la source

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

master
Ludovic 'Archivist' Lagouardette il y a 5 ans
Parent
révision
091aebc562
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/test_client.cpp

+ 1
- 0
src/test_client.cpp Voir le fichier

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

Chargement…
Annuler
Enregistrer