Matrix4i m = Matrix4i::zero();
m.col(1).setRandom();
cout << m << endl;