Skip to content

Fix #103: Remove random-mt19937-update

Raymond Toy requested to merge issue-103-remove-random-mt19937-update into master

We don't use the MT19937 RNG anymore, so we can remove this assembly routine. But since the code still exists for mt19937, just use reader-conditionals to disable this.

Merge request reports