C++程序  |  4行  |  47 B

VectorXf v;
v.setRandom(3);
cout << v << endl;