Function MakeGrid(std::vector<std::vector<int>>&)

Function Documentation

void MakeGrid(std::vector<std::vector<int>> &grid)

Creates a random grid of a given size.

Return
void
Parameters
  • grid: Modify this grid