3 lines
47 B

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