fn random_uint<FEN: FoundryEvmNetwork>(
state: &mut Cheatcodes<FEN>,
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.