/*!
  * \brief Fill the vector with random values.
  */
 static void randomize( vector_type& vector )
 {
     vector.randomize();
 }