init random
Some checks failed
Linux arm64 / Build (push) Failing after 2m43s

This commit is contained in:
2024-05-14 23:09:51 +02:00
parent ffa0ebf4cb
commit 9a5b99a79d

View File

@@ -76,6 +76,7 @@ void TestLinearSystem() {
}
int main() {
srand(time(0));
TestVect();
TestVectAffine();
TestLinearSystem();