init random

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

View File

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