diff options
Diffstat (limited to 'src/unit/synchrohash.unit')
-rw-r--r-- | src/unit/synchrohash.unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/synchrohash.unit b/src/unit/synchrohash.unit index 756f38b..eb6c387 100644 --- a/src/unit/synchrohash.unit +++ b/src/unit/synchrohash.unit | |||
@@ -131,7 +131,7 @@ suite Hash | |||
131 | 131 | ||
132 | test stress | 132 | test stress |
133 | { | 133 | { |
134 | srandom(time(NULL)); | 134 | srandom(1234); |
135 | 135 | ||
136 | IntStrHash hTest; | 136 | IntStrHash hTest; |
137 | IntStrHash hReUse; | 137 | IntStrHash hReUse; |