diff options
Diffstat (limited to 'test/scaling-helpers-test.c')
-rw-r--r-- | test/scaling-helpers-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scaling-helpers-test.c b/test/scaling-helpers-test.c index a706020..2685ae1 100644 --- a/test/scaling-helpers-test.c +++ b/test/scaling-helpers-test.c @@ -52,6 +52,7 @@ int main (void) { int i; + prng_srand (0); for (i = 0; i < 10000; i++) { int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; |