Skip to content
Snippets Groups Projects
Commit cc3028a4 authored by AREZKI Celia's avatar AREZKI Celia
Browse files

PositionGenerator : add the methode generateRandomPosition

parent d6c84078
Branches
No related tags found
No related merge requests found
Pipeline #41345 failed
......@@ -3,4 +3,5 @@ package model;
import util.Position;
public interface PositionGenerator {
public Position generateRandomPosition(int rowCount, int columnCount);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment