00001 Vector3i v = Vector3i::Random(); 00002 cout << "Here is the vector v:" << endl << v << endl; 00003 cout << "v.replicate(2,5) = ..." << endl; 00004 cout << v.replicate(2,5) << endl;