How to limit the range of the random values of the Solidity Fuzz test parameters? – vm.assume` cheatcode rejected too many inputs (65536 allowed)]
Context After having written the Solidity fuzz test below, it says the vm.assume( throws too many reverts. The easy solution would be to increase the number of permitted reverts, however, I would like to limit the random parameter values to specific ranges to remove the vm.assume( statements instead. That would lower the number of thrown […]