Add sqlite and start work on comunication protocol
This commit is contained in:
@@ -13,4 +13,5 @@ namespace mrand
|
||||
uint128 getState(unsigned long long seed);
|
||||
float getFloat(uint128 *state);
|
||||
int getValue(int min, int max, uint128 *state);
|
||||
unsigned int computeCRC32(void *data, int dataSize);
|
||||
}
|
Reference in New Issue
Block a user