t/t-rand.py: Set the correct refernce seed value for `dsarand'. 1.3.x
authorMark Wooding <mdw@distorted.org.uk>
Tue, 7 Apr 2020 23:40:52 +0000 (00:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 7 Apr 2020 23:57:00 +0000 (00:57 +0100)
commiteac76e373dda292d970171d20df3402ee997d027
treeb6e759da6c79d7f43fbeef95d20fd7e22daa8f7e
parent2a3f4da1c95d71e6045ddf1617754bacddfd46c3
t/t-rand.py: Set the correct refernce seed value for `dsarand'.

The number of steps taken is different on 32- and 64-bit platforms, with
no especially easy way to calculate it in a principled way.  Just use a
stupid case analysis to get the right answer.
t/t-rand.py