fixed RandomIf

This commit is contained in:
Florian Sattler
2013-06-01 18:18:48 +02:00
parent aecc17c164
commit 5b794bb09d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#include <time.h>
#include <stdlib.h>
#include <stdbool.h>
bool random_if(int p) {
srand(time(NULL));