mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00

Tests run repeatedly do not reinitialise state, meaning that a second run of the tests will have leftover state from the previous run. This ensures that repeated runs are identical with the exception of map iteration order.