char **make_random_matrix ( int m, int n, double f ); int random_index ( int n ); int write_pbm ( char **M, int m, int n, char *outfile );