Skip to content

Commit

Permalink
Fixes #37 even more
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldwind committed Aug 6, 2018
1 parent 99cd516 commit 1f4d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func DefaultTestParametersWithSeed(seed int64) *TestParameters {
MaxSize: 100,
MaxShrinkCount: 1000,
Seed: seed,
Rng: rand.New(rand.NewSource(seed)),
Rng: rand.New(NewLockedSource(seed)),
Workers: 1,
MaxDiscardRatio: 5,
}
Expand Down

0 comments on commit 1f4d0ba

Please sign in to comment.