summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 18d77d0..a8f199f 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -3811,7 +3811,7 @@ test_select_hyper_union_random_5d(hid_t read_plist)
#else /* QAK */
seed=987909620;
#endif /* QAK */
- srand(seed);
+ HDsrand(seed);
#ifdef QAK
printf("test_num=%d, seed=%u\n",test_num,seed);