Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c260f72e authored by hhakim's avatar hhakim
Browse files

Set fixed seed.

parent 03367de5
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ int main(int argc, char* argv[])
cout<<"floating point precision == float"<<endl;
}
seed(42);
int mat_nrows = 10;
int mat_ncols = 10;
int n_mats = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment