fix bug getValue didnt return proper values
This commit is contained in:
@@ -12,6 +12,6 @@ namespace mrand
|
||||
{
|
||||
uint128 getState(uint64_t seed);
|
||||
float getFloat(uint128 *state);
|
||||
int getValue(int min, int max, uint128 *state);
|
||||
int getValue(int max, uint128 *state);
|
||||
unsigned int computeCRC32(void *data, int dataSize);
|
||||
}
|
Reference in New Issue
Block a user