$OpenBSD: patch-utils_makehrtf_c,v 1.3 2017/11/15 13:02:42 sthen Exp $
Index: utils/makehrtf.c
--- utils/makehrtf.c.orig
+++ utils/makehrtf.c
@@ -2070,7 +2070,7 @@ static int StoreMhr (const HrirDataT * hData, const ch
   step = hData -> mIrSize;
   end = hData -> mIrCount * step;
   n = hData -> mIrPoints;
-  srand (0x31DF840C);
+  srand_deterministic (0x31DF840C);
   for (j = 0; j < end; j += step) {
       hpHist = 0;
       for (i = 0; i < n; i ++) {
