aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/lib/prng.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/lib/prng.h')
-rw-r--r--test/mppa/lib/prng.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/mppa/lib/prng.h b/test/mppa/lib/prng.h
deleted file mode 100644
index 6abdb45a..00000000
--- a/test/mppa/lib/prng.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __PRNG_H__
-#define __PRNG_H__
-
-#include "types.h"
-
-void srand(uint64_t seed);
-
-uint64_t randlong(void);
-
-#endif // __PRNG_H__