C++程序  |  4行  |  50 B

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