Maze

fun Maze(    width: Int,     height: Int,     startX: Int = 2,     rnd: Random = Random.Default)