Three ways of making graph, but [...]MatrixGenerator is fastest

This commit is contained in:
2021-11-10 11:18:31 -06:00
parent 93cac1d38a
commit d39fdbee3b
3 changed files with 100 additions and 50 deletions

View File

@@ -1,6 +1,8 @@
import java.sql.Array;
import java.util.*;
//Need to write function to output plate to a file that I can read in.
public class Plate {
private List<List<Integer[]>> wells;
private Random rand = new Random();