aboutsummaryrefslogtreecommitdiff
path: root/src/prng/mrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prng/mrand48.c')
-rw-r--r--src/prng/mrand48.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/prng/mrand48.c b/src/prng/mrand48.c
index f4a56e61..c96fc1fa 100644
--- a/src/prng/mrand48.c
+++ b/src/prng/mrand48.c
@@ -11,3 +11,11 @@ long mrand48(void)
{
return jrand48(__seed48);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif