Provide means to seed rng
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
int main(void) {
|
||||
ConflictSet *cs = ConflictSet_create(0);
|
||||
ConflictSet *cs = ConflictSet_create(0, 0);
|
||||
ConflictSet_WriteRange w;
|
||||
ConflictSet_Result result;
|
||||
ConflictSet_ReadRange r;
|
||||
|
Reference in New Issue
Block a user