Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi-99 authored Sep 18, 2024
1 parent 2dfd5ba commit 1b9bfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
startTime := time.Now()
randomSeed := startTime.Unix()
// rand.Seed(randomSeed) // comment line for reproducible inter-arrival times
r := rand.New(rand.NewSource(randomSeed)) // comment line for reproducible inter-arrival times
// r := rand.New(rand.NewSource(randomSeed)) // comment line for reproducible inter-arrival times
flag.Parse()

outputDirectoryPath := filepath.Join(*outputPathFlag, strconv.FormatInt(time.Now().Unix(), 10))
Expand Down

0 comments on commit 1b9bfa0

Please sign in to comment.