fixed RandomIf
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool random_if(int p) {
|
||||
srand(time(NULL));
|
||||
|
||||
Reference in New Issue
Block a user