packages feed

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

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