brando90 / MathNet-large-scale-Mathematics-Dataset-for-Machine-Learning

1 stars 0 forks source link

Use a separate rng for framework internal operations to improve robustness #89

Closed ghost closed 7 years ago

ghost commented 7 years ago

Some libraries like sympy manipulate the standard RNG in unpredictable ways. By using an internal RNG we can prevent such libraries from making purely framework based operations like selecting choices or permutations non-deterministic.

brando90 commented 7 years ago

Dan maybe we can add units tests to this and the general framework to make sure it works as we expect? but besides that it looks good to me