packages feed

eigen-3.3.7.0: eigen3/doc/snippets/Matrix_setRandom_int_int.cpp

MatrixXf m;
m.setRandom(3, 3);
cout << m << endl;