$OpenBSD: patch-utils_makehrtf_c,v 1.2 2016/11/03 10:27:15 jasper Exp $
--- utils/makehrtf.c.orig	Fri Aug 15 08:06:59 2014
+++ utils/makehrtf.c	Sun Sep  4 22:48:18 2016
@@ -2071,7 +2071,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 ++) {
