public class ExponentialGenerator { public static void main (String[] argv) { int numTrials = 100000; // Exponential parameter. double gamma = 4.0; // Make a density histogram. NOTE: change code in PropHistogram accordingly. PropHistogram hist = new PropHistogram (0, 5, 20); for (int n=0; n