/*#include <random_map.h> */
char **maze_gen(int xsize, int ysize, int option); /* the outside interface routine */