]> git.draconx.ca Git - rrace.git/blobdiff - t/rng-test.c
Mix in PID with initial seed.
[rrace.git] / t / rng-test.c
index 78797ab0cd880fae1cabe719ac25842661cfe68b..9d27f3838d1b551d650f6ef45d7625083d9bc9fd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Test case for xoshiro256** implementation.
- * Copyright © 2022 Nick Bowler
+ * Copyright © 2022-2023 Nick Bowler
  *
  * Directly compare the game RNG against the reference implementation.
  *
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "game-notime.h"
 #include "game.c"
 #include "xos256ss.c"