Skip to content

Commit

Permalink
docs: document dictionary_weight (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmolasses authored Jan 29, 2024
1 parent b11965f commit d2d28dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/config/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Optional seed for the fuzzing RNG algorithm.
- Default: 40
- Environment: `FOUNDRY_FUZZ_DICTIONARY_WEIGHT`

The weight of the dictionary.
The weight of the dictionary. A higher dictionary weight will bias the fuzz inputs towards "interesting" values, e.g. boundary values like `type(uint256).max` or contract addresses from your environment.

##### `include_storage`

Expand Down

0 comments on commit d2d28dc

Please sign in to comment.