Skip to content
Snippets Groups Projects

Brownian motion fuzzer

Closed Sharp Robert requested to merge 186477/swen90006-a2-2019:BrownianMotionFuzzer into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -11,6 +11,7 @@ import java.util.Random;
/* a stub for your team's fuzzer */
public class Fuzzer {
//public static void main(String[] args) throws IOException {
private static final String OUTPUT_FILE = "fuzz.txt";
@@ -42,8 +43,8 @@ public class Fuzzer {
private static final double SAVE_VAR = 5;
private static final double LIST_VAR = 5;
public static void Fuzzer() throws IOException {
//public static void main(String[] args) throws IOException {
//public static void Fuzzer() throws IOException {
public static void main(String[] args) throws IOException {
//Rob's code
Double[] freqValues = null;
Loading