Compilation: javac Estimate.java
Execution: java Estiamte N p trials
Dependencies: Percolation.java StdOut.java
Repeatedly generated N-by-N boolean matrices, where each site
is true with probability p, and compute the probability that
the system percolates.
% java Estimate 32 .4 10000