Skip to content
Snippets Groups Projects
Commit d9954de1 authored by Ewen Smith's avatar Ewen Smith
Browse files

instructions 200 -> 500

parent 8a3b99a9
No related branches found
No related tags found
No related merge requests found
Pipeline #58253 passed
......@@ -9,7 +9,7 @@ import java.util.Random;
/* a stub for your team's fuzzer */
public class Fuzzer {
// Blah - 3rd Test
// Blah - Test 1
private static final String OUTPUT_FILE = "fuzz.txt";
......@@ -23,7 +23,7 @@ public class Fuzzer {
private static final int NUMBER_TO_GENERATE = 10;
// Instruction number range for each input
private static final int INSTRUCTION_MIN = 0;
private static final int INSTRUCTION_MAX = 200;
private static final int INSTRUCTION_MAX = 500;
// Maximum variable name length
private static final int VAR_NAME_LENGTH_MAX = 100;
private static final int VAR_ASCII_MIN = 33;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment