Open
Description
The tests often use physics sim classes that inject measurement noise. We should hardcode the random seed so the tests are deterministic. This will eliminate a source of test flakiness we've been seeing.
The seed could probably be set in wpimath/src/test/native/cpp/main.cpp before the tests are run.