PoonLab / OpenRDP

An open-source re-implementation of the RDP4 recombination detection program
GNU General Public License v3.0
45 stars 9 forks source link

Random seed not properly set for Bootscan and Siscan #28

Closed kwade4 closed 2 years ago

kwade4 commented 2 years ago

Multiple runs of Bootscan using the same test data yields different results, despite the fact that a random seed is set. This is also the case for Siscan.

The random seed is correctly parsed from the config file, so I suspect it is not being set before all calls to random.randint().