fn random_int<FEN: FoundryEvmNetwork>(
state: &mut Cheatcodes<FEN>,
bits: Option<U256>,
) -> ResultExpand description
Helper to generate a random int value (with given bits if specified) from type strategy.
fn random_int<FEN: FoundryEvmNetwork>(
state: &mut Cheatcodes<FEN>,
bits: Option<U256>,
) -> ResultHelper to generate a random int value (with given bits if specified) from type strategy.