diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java index 8b91a1afc6442435f71f9a464cde3f3cd10c27fa..2e1a65efff643fb46d578febdbe233c883752361 100644 --- a/fuzzer/Fuzzer.java +++ b/fuzzer/Fuzzer.java @@ -242,7 +242,7 @@ public class Fuzzer { } else { while (counter < numInstructions) { Instruction newInstr; - if (rand.nextInt(100) < LINE_ERROR_PERCENTAGE){ + if (rand.nextInt(1000) < LINE_ERROR_PERCENTAGE){ newInstr = Instruction.getRandomInstruction(2, instructionStack, pathwayProb); result.append(completeInstruction(false, newInstr, longVarNames)); if (dynamicProb) { diff --git a/runCount.txt b/runCount.txt index c227083464fb9af8955c90d2924774ee50abb547..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/runCount.txt +++ b/runCount.txt @@ -1 +0,0 @@ -0 \ No newline at end of file