summaryrefslogtreecommitdiff
path: root/xdelta3/testing/random.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2014-04-03 05:45:20 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2014-04-03 05:45:20 +0000
commit7b6ff92bf4f954b70f92b04eadcf43fe69403cc8 (patch)
tree45a14166d69eb9c4d0f5b30784c17c590fbb0014 /xdelta3/testing/random.h
parent81498dea08759883b4bfdb3335a95da92c9278dd (diff)
Revert recent (unreleased) change in hash_value formula; make several tests use the average over 16 runs
Diffstat (limited to 'xdelta3/testing/random.h')
-rw-r--r--xdelta3/testing/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/testing/random.h b/xdelta3/testing/random.h
index d1a6840..8ff64db 100644
--- a/xdelta3/testing/random.h
+++ b/xdelta3/testing/random.h
@@ -21,7 +21,7 @@ class MTRandom {
21 Init(TEST_SEED1); 21 Init(TEST_SEED1);
22 } 22 }
23 23
24 MTRandom(uint32_t seed) { 24 explicit MTRandom(uint32_t seed) {
25 Init(seed); 25 Init(seed);
26 } 26 }
27 27