probcomp / crosscat

A domain-general, Bayesian method for analyzing high-dimensional data tables
http://probcomp.csail.mit.edu/crosscat/
Apache License 2.0
322 stars 42 forks source link

Crosscat should use 256-bit seeds #93

Open riastradh-probcomp opened 8 years ago

riastradh-probcomp commented 8 years ago

Currently it uses ~32-bit seeds everywhere, and the Python part of the code still uses the Mersenne twister everywhere.