MDAnalysis / mdaencore

Ensemble overlap comparison software for molecular data.
http://www.mdanalysis.org/mdaencore/
GNU General Public License v2.0
0 stars 0 forks source link

Provide consistent PRNG across encore #40

Open IAlibay opened 1 year ago

IAlibay commented 1 year ago

See: https://github.com/MDAnalysis/mdanalysis/issues/1933

mtiberti commented 10 months ago

a solution for this would be to generate the numpy random state outside of the C function and then use it to initialise the RNG both for the Python and C part.

this could also be a fix for #37