Three ways of making graph, but [...]MatrixGenerator is fastest
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user