MatrixBase_setRandom.cpp 72 Bytes Edit Raw Blame History Permalink 1 2 3 Matrix4i m = Matrix4i::Zero(); m.col(1).setRandom(); cout << m << endl;