fn random_uint(
state: &mut Cheatcodes,
bits: Option<U256>,
bounds: Option<(U256, U256)>,
) -> ResultExpand description
Helper to generate a random uint value (with given bits or bounded if specified)
from type strategy.
fn random_uint(
state: &mut Cheatcodes,
bits: Option<U256>,
bounds: Option<(U256, U256)>,
) -> ResultHelper to generate a random uint value (with given bits or bounded if specified)
from type strategy.