瀏覽代碼

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

master
Ludovic 'Archivist' Lagouardette 4 年之前
父節點
當前提交
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…
取消
儲存