epfl-archive/cs440-acg/ext/eigen/doc/snippets/MatrixBase_random_int.cpp

2 lines
37 B
C++
Raw Normal View History

2022-04-07 18:46:57 +02:00
cout << VectorXi::Random(2) << endl;