Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swen90006-a2-2019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Toby Murray
swen90006-a2-2019
Commits
ad504459
There was an error fetching the commit references. Please try again later.
Commit
ad504459
authored
Oct 21, 2019
by
Robert Sharp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed main error
parent
429991e1
No related branches found
No related tags found
1 merge request
!16
Brownian motion fuzzer
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fuzzer/Fuzzer.java
+3
-2
3 additions, 2 deletions
fuzzer/Fuzzer.java
with
3 additions
and
2 deletions
fuzzer/Fuzzer.java
+
3
−
2
View file @
ad504459
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment