소스 검색

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(

불러오는 중...
취소
저장