move rand functions from util to new random.h/.cpp

This commit is contained in:
Philip Kaufmann
2014-06-26 14:41:53 +02:00
parent 001a53d742
commit 6354935c48
16 changed files with 222 additions and 187 deletions

View File

@@ -4,6 +4,7 @@
#include "util.h"
#include "random.h"
#include "sync.h"
#include <stdint.h>